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']) . '
- ' . str_replace("\r", '
', $_SERVER['github_ver_old']) . '
+ ' . str_replace("\n", '
', $_SERVER['github_ver_old']) . '
';
}/* else {
$frame .= getconstStr('NotNeedUpdate');