From b633b762b2b1f2cd5bc275080d71be5cb7e4d14d 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?= Date: Sat, 11 Jan 2025 14:35:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/system/archive/taglist.class.php | 10 +++++----- src/system/taglib/tag.lib.php | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/system/archive/taglist.class.php b/src/system/archive/taglist.class.php index b857c7a6..8f4d44cc 100755 --- a/src/system/archive/taglist.class.php +++ b/src/system/archive/taglist.class.php @@ -498,14 +498,14 @@ class TagList $purl = $this->tagsDir.'/'.$this->TagInfos['id']; //获得上页和下页的链接 if ($this->PageNo != 1) { - $prepage .= "
  • 上页
  • "; - $indexpage = "
  • 首页
  • "; + $prepage .= "
  • 上页
  • "; + $indexpage = "
  • 首页
  • "; } else { $indexpage = "
  • 首页
  • "; } if ($this->PageNo != $totalpage && $totalpage > 1) { - $nextpage .= "
  • 下页
  • "; - $endpage = "
  • 末页
  • "; + $nextpage .= "
  • 下页
  • "; + $endpage = "
  • 末页
  • "; } else { $endpage = "
  • 末页
  • "; } @@ -528,7 +528,7 @@ class TagList if ($j == $this->PageNo) { $listdd .= "
  • $j
  • "; } else { - $listdd .= "
  • $j
  • "; + $listdd .= "
  • $j
  • "; } } $plist = ''; diff --git a/src/system/taglib/tag.lib.php b/src/system/taglib/tag.lib.php index 0f13d97a..2f93fbb7 100755 --- a/src/system/taglib/tag.lib.php +++ b/src/system/taglib/tag.lib.php @@ -53,7 +53,7 @@ function lib_tag(&$ctag, &$refObj) $row['keyword'] = $row['tag']; $row['tag'] = dede_htmlspecialchars($row['tag']); if (isset($envs['makeTag']) && $envs['makeTag'] == 1 || $ishtml == 1) { - $row['link'] = $cfg_cmsurl.$tagsdir."/".$row['id'].""; + $row['link'] = $cfg_cmsurl.$tagsdir."/".$row['id']."/"; } else { $row['link'] = $cfg_cmsurl."/apps/tags.php?/".$row['id'].""; }