diff --git a/src/system/archive/listview.class.php b/src/system/archive/listview.class.php index 3018314a..ff8cf6b1 100755 --- a/src/system/archive/listview.class.php +++ b/src/system/archive/listview.class.php @@ -847,7 +847,7 @@ class ListView } else { $indexpage = "
  • 首页
  • \r\n"; } - //下一页,未页的链接 + //下一页和未页的链接 if ($this->PageNo != $totalpage && $totalpage > 1) { $nextpage .= "
  • 下一页
  • \r\n"; $endpage = "
  • 末页
  • \r\n";