From c7e3cb1fe811ccd08be430a1d7ebfe700fe6627c Mon Sep 17 00:00:00 2001 From: Thomas BrĂ¼derli Date: Thu, 21 Dec 2006 09:48:47 +0000 Subject: Add semicolon and newline after jsenv in head script --- html.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html.class') diff --git a/html.class b/html.class index a4657f2..8281560 100644 --- a/html.class +++ b/html.class @@ -497,7 +497,7 @@ function head(/* ... */) $js = ""; if ($p['jsenv']) - $js .= "var env = " . itjs::serialize($p['jsenv']); + $js .= "var env = " . itjs::serialize($p['jsenv']) . ";\n"; if ($p['js']) { -- cgit v1.2.3