diff --git a/src/system/archive/listview.class.php b/src/system/archive/listview.class.php index ff8cf6b1..d2b37890 100755 --- a/src/system/archive/listview.class.php +++ b/src/system/archive/listview.class.php @@ -973,7 +973,7 @@ class ListView $listdd .= "
  • ".$j."
  • \r\n"; } } - $plist = ''; + $plist = ""; if (preg_match('/index/i', $listitem)) $plist .= $indexpage; if (preg_match('/pre/i', $listitem)) $plist .= $prepage; if (preg_match('/pageno/i', $listitem)) $plist .= $listdd; diff --git a/src/system/archive/rssview.class.php b/src/system/archive/rssview.class.php index ff4ff115..60494cc0 100755 --- a/src/system/archive/rssview.class.php +++ b/src/system/archive/rssview.class.php @@ -185,7 +185,7 @@ class RssView $row["source"] = $GLOBALS['cfg_webname']; } if ($row["writer"] == '') { - $row["writer"] = "秩名"; + $row["writer"] = "张生"; } foreach ($row as $k => $v) { $row[$k] = dede_htmlspecialchars($v); diff --git a/src/system/archive/searchview.class.php b/src/system/archive/searchview.class.php index 908a4814..b4b1f50a 100755 --- a/src/system/archive/searchview.class.php +++ b/src/system/archive/searchview.class.php @@ -707,14 +707,12 @@ class SearchView } for ($j; $j <= $total_list; $j++) { if ($j == $this->PageNo) { - $listdd .= "
  • $j 
  • \r\n"; + $listdd .= "
  • $j
  • \r\n"; } else { - $listdd .= "
  • ".$j." 
  • \r\n"; + $listdd .= "
  • ".$j."
  • \r\n"; } } - $plist = ""; - //$plist = "\r\n"; - //$plist .= "\r\n"; + $plist = ""; $plist .= "$hidenform"; $plist .= "\r\n"; - // $plist.="\r\n"; - //} $plist .= "\r\n"; return $plist; } diff --git a/src/system/archive/taglist.class.php b/src/system/archive/taglist.class.php index 89343fbf..58354f96 100755 --- a/src/system/archive/taglist.class.php +++ b/src/system/archive/taglist.class.php @@ -541,7 +541,7 @@ class TagList $listdd .= "
  • ".$j."
  • \r\n"; } } - $plist = ''; + $plist = ""; if (preg_match('/info/i', $listitem)) { $plist .= $maininfo.' '; }