diff options
author | Urban Müller | 2014-03-12 16:24:14 +0100 |
---|---|---|
committer | Urban Müller | 2014-03-12 16:24:14 +0100 |
commit | 92ab40fab705f6a13751dce256dca0b1f57fbcc8 (patch) | |
tree | 5d10258fc36bec8c95da7aa316419a1f0b4fa312 /it_html.class | |
parent | 232b8a4257ebdbf4f43f2b509979b0bc00578ecd (diff) | |
download | itools-92ab40fab705f6a13751dce256dca0b1f57fbcc8.tar.gz itools-92ab40fab705f6a13751dce256dca0b1f57fbcc8.tar.bz2 itools-92ab40fab705f6a13751dce256dca0b1f57fbcc8.zip |
support html5 and pre
Diffstat (limited to 'it_html.class')
-rw-r--r-- | it_html.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it_html.class b/it_html.class index c69e10d..44be793 100644 --- a/it_html.class +++ b/it_html.class @@ -82,7 +82,7 @@ function it_html($p = array()) 'show_favicon' => true, # If true, add <link> tag to /favicon.ico if it exists 'favicon' => '', # If set, add favicon <link> tag to this url 'staticallycallable' => 'Q,U,select', # Those methods are statically callable (have same arguments as global stubs) but are a bit slower - 'tags' => 'a,b,br,button,div,em,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,label,legend,li,meta,noscript,p,span,style,table,tbody,td,textarea,tfoot,th,thead,tr,ul', + 'tags' => "a,b,br,button,div,em,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,label,legend,li,meta,noscript,p,pre,span,style,table,tbody,td,textarea,tfoot,th,thead,tr,ul,article,section", 'title' => '', # HTML title (default: no title added) 'use_it_state' => false, # If true, generate code needed by state.js (aka 'history iframe') ); |