From 8d5ab79e3f6bc531b5170b2aad00068ae2011d6b Mon Sep 17 00:00:00 2001 From: xushubieli Date: Tue, 26 Apr 2022 11:10:58 +0800 Subject: [PATCH] Update searchview.class.php --- src/system/archive/searchview.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/system/archive/searchview.class.php b/src/system/archive/searchview.class.php index b4b1f50a..bc70b85a 100755 --- a/src/system/archive/searchview.class.php +++ b/src/system/archive/searchview.class.php @@ -653,10 +653,10 @@ class SearchView } $totalpage = ceil($this->TotalResult / $this->pagesize); if ($totalpage <= 1 && $this->TotalResult > 0) { - return ""; + return "
  • 1页".$this->TotalResult."条
  • "; } if ($this->TotalResult == 0) { - return ""; + return "
  • 0页".$this->TotalResult."条
  • "; } $purl = $this->GetCurUrl(); $oldkeyword = (empty($oldkeyword) ? $this->Keyword : $oldkeyword); @@ -714,7 +714,7 @@ class SearchView } $plist = ""; $plist .= "
    $hidenform"; - $plist .= "