From 2398998eb74ce00e43e3d76ccc742d2196b7630b Mon Sep 17 00:00:00 2001 From: Skywt2003 Date: Thu, 2 Dec 2021 21:38:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=84=E8=AE=BA=E6=98=BE=E7=A4=BA=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- comments.php | 4 ++-- functions.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/comments.php b/comments.php index 29a1290..3acac45 100644 --- a/comments.php +++ b/comments.php @@ -80,8 +80,8 @@

添加新评论

user->hasLogin()): ?> -

登录身份:?> - user->screenName(); ?> | 退出 » +

登录身份: + user->screenName(); ?> | 退出 »

diff --git a/functions.php b/functions.php index 3032ada..d92d807 100644 --- a/functions.php +++ b/functions.php @@ -222,5 +222,5 @@ function showUserAgent($ua) { $Browser = get_browser_name($ua); $BrowserImg = getUAImg("browser/", $Browser['code'], $Browser['title']); - echo "  " . $OsImg . "  " . $BrowserImg; + echo " " . $OsImg . " " . $BrowserImg; } \ No newline at end of file