diff --git a/src/system/archive/searchview.class.php b/src/system/archive/searchview.class.php
index a2e11e82..e9bb3016 100755
--- a/src/system/archive/searchview.class.php
+++ b/src/system/archive/searchview.class.php
@@ -694,7 +694,7 @@ class SearchView
if ($j == $this->PageNo) {
$listdd .= "
$j";
} else {
- $listdd .= "$j";
+ $listdd .= "$j";
}
}
$plist = '';
diff --git a/src/system/archive/taglist.class.php b/src/system/archive/taglist.class.php
index f1244525..4a007c50 100755
--- a/src/system/archive/taglist.class.php
+++ b/src/system/archive/taglist.class.php
@@ -418,14 +418,14 @@ class TagList
$purl .= "?/".urlencode($this->Tag);
//获得上页和下页的链接
if ($this->PageNo != 1) {
- $prepage .= "上页";
- $indexpage = "首页";
+ $prepage .= "上页";
+ $indexpage = "首页";
} else {
$indexpage = "首页";
}
if ($this->PageNo != $totalpage && $totalpage > 1) {
- $nextpage .= "下页";
- $endpage = "末页";
+ $nextpage .= "下页";
+ $endpage = "末页";
} else {
$endpage = "末页";
}
@@ -448,7 +448,7 @@ class TagList
if ($j == $this->PageNo) {
$listdd .= "$j";
} else {
- $listdd .= "$j";
+ $listdd .= "$j";
}
}
$plist = '';