From 2b349e1782802a6bee34ed72e8da9204f0db635a Mon Sep 17 00:00:00 2001 From: Christian Weber Date: Mon, 24 Sep 2007 13:29:05 +0000 Subject: Add fieldset,legend,noscript to standard tags to avoid moretags in autoloader --- it_html.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it_html.class b/it_html.class index c9e4919..e4d7245 100644 --- a/it_html.class +++ b/it_html.class @@ -54,7 +54,7 @@ function it_html($p = array()) 'show_favicon' => true, # If true, add tag to /favicon.ico if it exists 'staticallycallable' => 'q,u,select', # Those methods are statically callable (have same arguments as global stubs) but are a bit slower 'use_it_state' => false, # If true, generate code needed by state.js (aka 'history iframe') - 'tags' => 'a,b,br,button,div,em,form,h1,h2,h3,h4,h5,h6,hr,input,label,li,meta,p,span,table,td,textarea,th,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,span,table,td,textarea,th,tr,ul', 'title' => '', # HTML title (default: empty title) ); -- cgit v1.2.3