* 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>";
}