diff --git a/src/admin/templets/media_main.htm b/src/admin/templets/media_main.htm index 34abb323..40124315 100644 --- a/src/admin/templets/media_main.htm +++ b/src/admin/templets/media_main.htm @@ -8,40 +8,40 @@ - + diff --git a/src/system/common.func.php b/src/system/common.func.php index 68d3004b..1d6cb8c0 100755 --- a/src/system/common.func.php +++ b/src/system/common.func.php @@ -345,7 +345,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(\"
\");";