From fab83e278d67a9a51014dd6daa32b24f888690d8 Mon Sep 17 00:00:00 2001 From: xushubieli Date: Sun, 24 Apr 2022 16:46:14 +0800 Subject: [PATCH] Update listview.class.php --- src/system/archive/listview.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";