diff --git a/src/include/common.func.php b/src/include/common.func.php index c1170de7..2285dfb8 100755 --- a/src/include/common.func.php +++ b/src/include/common.func.php @@ -203,7 +203,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(\"
\");";