From b1c92af005b41d7b57aa8b3f96fe942cbc812598 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?= <93301500+xushubieli@users.noreply.github.com> Date: Thu, 24 Apr 2025 18:44:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E4=BB=A3=E7=A0=81=E9=A3=8E?= =?UTF-8?q?=E6=A0=BC=EF=BC=8C=E6=95=B4=E4=BD=93=E8=B0=83=E6=95=B4=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/system/archive/archives.class.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/system/archive/archives.class.php b/src/system/archive/archives.class.php index 071bb7bf..f86c8120 100755 --- a/src/system/archive/archives.class.php +++ b/src/system/archive/archives.class.php @@ -800,7 +800,9 @@ class Archives */ function GetPagebreak($totalPage, $nowPage, $aid) { - if ($totalPage == 1) return ""; + if ($totalPage == 1) { + return ""; + } $PageList = "
  • {$totalPage}้กต
  • "; $nPage = $nowPage - 1; $lPage = $nowPage + 1;