From c53cbfc27e227840260d3a1d5face6f5b51f9069 Mon Sep 17 00:00:00 2001 From: xushubieli Date: Mon, 25 Apr 2022 12:12:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=88=86=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/system/archive/listview.class.php | 2 +- src/system/archive/rssview.class.php | 2 +- src/system/archive/searchview.class.php | 13 +++---------- src/system/archive/taglist.class.php | 2 +- 4 files changed, 6 insertions(+), 13 deletions(-) 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.' '; }