diff options
author | Urban Müller | 2011-05-18 17:51:47 +0000 |
---|---|---|
committer | Urban Müller | 2011-05-18 17:51:47 +0000 |
commit | 90bbfd2be4fba89e5016a290a5f433aa8204d793 (patch) | |
tree | 4126e287eb5b7c2c577d7a1202c165ad7b7490e7 /it_html.class | |
parent | cde45bdfe5639a63b272f5e683d5778ed0fa6318 (diff) | |
download | itools-90bbfd2be4fba89e5016a290a5f433aa8204d793.tar.gz itools-90bbfd2be4fba89e5016a290a5f433aa8204d793.tar.bz2 itools-90bbfd2be4fba89e5016a290a5f433aa8204d793.zip |
no newlines for labels
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 b84473d..435bb40 100644 --- a/it_html.class +++ b/it_html.class @@ -46,7 +46,7 @@ function it_html($p = array()) 'ie_png_fix' => false, # To enable, supply URL of a transparent gif (like /images/0.gif) 'moretags' => '', # Comma-separated list of tag-functions to generate additionally to 'tags' 'name' => 'it_html', # Name of global variable $this is assigned to (string), XXX Copy and paste in configure() to keep PHP4 compatibility - 'nonewlinetags' => 'a,b,em,img,input,span,noscript', # tags that do not like newlines after them + 'nonewlinetags' => 'a,b,em,img,input,label,span,noscript', # tags that do not like newlines after them 'notexported' => 'configure,sanitize',# Those methods are not exported 'prettyprint' => false, # Should output be prettily indented? 'show_boot_dom' => false, # If true, append invisible <div id="it_boot_dom"> at the end of body |