From 0ec707ac13a5f28275dde2ee2b2826818aad24b4 Mon Sep 17 00:00:00 2001 From: xushubieli Date: Fri, 14 Jan 2022 14:43:41 +0800 Subject: [PATCH] Update inc_list_functions.php --- src/dede/inc/inc_list_functions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dede/inc/inc_list_functions.php b/src/dede/inc/inc_list_functions.php index 2a99d9ae..a862dcf2 100755 --- a/src/dede/inc/inc_list_functions.php +++ b/src/dede/inc/inc_list_functions.php @@ -46,7 +46,7 @@ function IsCommendArchives($iscommend) } $sn = trim($sn); if ($sn == '') return ''; - else return "[$sn]"; + else return "[$sn]"; } //获得推荐的标题 function GetCommendTitle($title, $iscommend) @@ -81,7 +81,7 @@ function IsHtmlArchives($ismake) } else if ($ismake == -1) { return "仅动态"; } else { - return "未生成"; + return "未生成"; } } //获得内容的限定级别名称 @@ -105,7 +105,7 @@ function GetRankName($arcrank) function IsPicArchives($picname) { if ($picname != '') { - return "[图]"; + return "[图]"; } else { return ''; }