diff --git a/src/system/libraries/oxwindow.class.php b/src/system/libraries/oxwindow.class.php index 87dda45a..4a8df168 100755 --- a/src/system/libraries/oxwindow.class.php +++ b/src/system/libraries/oxwindow.class.php @@ -59,7 +59,7 @@ class OxWindow */ function StartWin() { - $this->myWin .= "
"; + $this->myWin .= "
"; } /** * 添加单列标题 @@ -115,9 +115,9 @@ class OxWindow function CloseWin($isform = true) { if (!$isform) { - $this->myWin .= "
"; + $this->myWin .= ""; } else { - $this->myWin .= ""; + $this->myWin .= ""; } } /**