From 695d7b562f4791627bfea12eb43896d3a0babe4b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?=
<2449271624@qq.com>
Date: Fri, 29 Dec 2023 17:19:57 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/system/archive/searchview.class.php | 2 +-
src/system/archive/taglist.class.php | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
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 = '';