* fixed message error from js.
This commit is contained in:
@@ -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>";
|
||||
}
|
||||
|
||||
|
||||
@@ -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';?>
|
||||
|
||||
Reference in New Issue
Block a user