From 50492f77e10cd4343ea51d89fcf19802acf5180b Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Mon, 20 Dec 2021 11:09:51 +0800 Subject: [PATCH] \n in ver --- common.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.php b/common.php index 3d0030e..574f2fe 100644 --- a/common.php +++ b/common.php @@ -1852,11 +1852,11 @@ output: } if ($needUpdate) { $frame .= '
- ' . str_replace("\r", '
', $_SERVER['github_ver_new']) . ' + ' . str_replace("\n", '
', $_SERVER['github_ver_new']) . '
'; }/* else { $frame .= getconstStr('NotNeedUpdate');