diff options
author | Christian Weber | 2007-07-05 15:17:36 +0000 |
---|---|---|
committer | Christian Weber | 2007-07-05 15:17:36 +0000 |
commit | f3c4c425f73155b981417c3e4c685e997cc39ffa (patch) | |
tree | 4de5d1ea03d5c50b7818afad6d96f4d802e6c6b6 | |
parent | 714bd60ae00fa7368943086099f4754e13ca9b08 (diff) | |
download | itools-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.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, ); |