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 .= "未审核"; ?>