From 27c3e6333a4fa9b4e556f5b5555d0abb95cb7f21 Mon Sep 17 00:00:00 2001 From: xushubieli Date: Tue, 12 Apr 2022 11:58:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E9=81=97=E6=BC=8F=E9=A2=9C?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/templets/templets_one.htm | 2 +- src/install/templates/step-1.html | 2 +- src/system/common.func.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/admin/templets/templets_one.htm b/src/admin/templets/templets_one.htm index 7f912822..a6016216 100644 --- a/src/admin/templets/templets_one.htm +++ b/src/admin/templets/templets_one.htm @@ -23,7 +23,7 @@ -
+
  • 关键词:
  • diff --git a/src/install/templates/step-1.html b/src/install/templates/step-1.html index e5e2e836..23af1a2b 100755 --- a/src/install/templates/step-1.html +++ b/src/install/templates/step-1.html @@ -9,7 +9,7 @@ - +
    diff --git a/src/system/common.func.php b/src/system/common.func.php index 66c8191d..a9c90b9f 100755 --- a/src/system/common.func.php +++ b/src/system/common.func.php @@ -224,7 +224,7 @@ function ShowMsg($msg, $gourl, $onlymsg = 0, $limittime = 0) } $func .= "var pgo=0;function JumpUrl(){if (pgo==0){location='$gourl'; pgo=1;}}"; $rmsg = $func; - $rmsg .= "document.write(\"\");"; + $rmsg .= "document.write(\"\");"; $rmsg .= "document.write(\"
    "; $rmsg .= "

    提示信息

    \");"; $rmsg .= "document.write(\"
    \");";