summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--html.class1
1 files changed, 1 insertions, 0 deletions
diff --git a/html.class b/html.class
index f5ba5b3..3834251 100644
--- a/html.class
+++ b/html.class
@@ -460,6 +460,7 @@ function head($args = array())
'doctype' => $defdoctype,
'lang' => "de",
'js' => $this->_js,
+ 'jsboot' => $this->_jsboot,
'jsinline' => $this->_jsinline,
);