summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weber2007-07-05 15:17:36 +0000
committerChristian Weber2007-07-05 15:17:36 +0000
commitf3c4c425f73155b981417c3e4c685e997cc39ffa (patch)
tree4de5d1ea03d5c50b7818afad6d96f4d802e6c6b6
parent714bd60ae00fa7368943086099f4754e13ca9b08 (diff)
downloaditools-f3c4c425f73155b981417c3e4c685e997cc39ffa.tar.gz
itools-f3c4c425f73155b981417c3e4c685e997cc39ffa.tar.bz2
itools-f3c4c425f73155b981417c3e4c685e997cc39ffa.zip
use default jsboot from constructor if none is supplied to head()
-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,
);