diff options
-rw-r--r-- | html.class | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -460,6 +460,7 @@ function head($args = array()) 'doctype' => $defdoctype, 'lang' => "de", 'js' => $this->_js, + 'jsboot' => $this->_jsboot, 'jsinline' => $this->_jsinline, ); |