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(\"
    \");";