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 .= "