From f3c4c425f73155b981417c3e4c685e997cc39ffa Mon Sep 17 00:00:00 2001 From: Christian Weber Date: Thu, 5 Jul 2007 15:17:36 +0000 Subject: use default jsboot from constructor if none is supplied to head() --- html.class | 1 + 1 file changed, 1 insertion(+) 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, ); -- cgit v1.2.3