From d2a6760a0b89b34404cc45f35fc6aa5f422b6814 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:41:53 +0800
Subject: [PATCH] Update archives.class.php
---
src/system/archive/archives.class.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/system/archive/archives.class.php b/src/system/archive/archives.class.php
index 9754679f..071bb7bf 100755
--- a/src/system/archive/archives.class.php
+++ b/src/system/archive/archives.class.php
@@ -882,10 +882,10 @@ class Archives
}
} else {
if ($PageNo == $i) {
- $revalue .= " $v ";
+ $revalue .= "$v";
} else {
if ($cfg_rewrite == 'Y') {
- $revalue .= "$v";
+ $revalue .= "{$v}";
} else {
$revalue .= "{$v}";
}