From cd2ad5c9f470d491e3d020dc5c79afe0b045875f Mon Sep 17 00:00:00 2001 From: xushubieli Date: Thu, 28 Oct 2021 15:58:44 +0800 Subject: [PATCH] Update index_body.htm --- src/dede/templets/index_body.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dede/templets/index_body.htm b/src/dede/templets/index_body.htm index 9cd3aed8..8a14ab73 100755 --- a/src/dede/templets/index_body.htm +++ b/src/dede/templets/index_body.htm @@ -261,8 +261,8 @@ if(trim($row['editcon'])=='') { $row['editcon'] = 'archives_edit.php'; } - $linkstr = "·{$row['title']}"; - if($row['arcrank']==-1) $linkstr .= "(未审核)"; + $linkstr = "{$row['title']}"; + if($row['arcrank']==-1) $linkstr .= "未审核"; ?>