* fixed message error from js.

This commit is contained in:
Catouse
2014-04-18 16:06:33 +08:00
parent dd38f997ca
commit f095b6f72f
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -579,7 +579,7 @@ class js
*/
static private function start($full = true)
{
if($full) return "<html><meta charset=utf-8'/><style>body{background:white}</style><script>";
if($full) return "<html><meta charset='utf-8'/><style>body{background:white}</style><script>";
return "<script>";
}
-2
View File
@@ -10,7 +10,6 @@
*/
include '../../common/view/header.lite.html.php';
?>
<div id='container'>
<div id='login-panel'>
<div class='panel-head'>
@@ -79,5 +78,4 @@ include '../../common/view/header.lite.html.php';
<?php endif;?>
</div>
</div>
<?php include '../../common/view/footer.lite.html.php';?>