diff options
author | Christian Schneider | 2010-04-21 14:51:58 +0000 |
---|---|---|
committer | Christian Schneider | 2010-04-21 14:51:58 +0000 |
commit | 66baddc401b100a5eb93d337135b798e957b848b (patch) | |
tree | d340c77c60a11918d8f085abf1fb3ce29aa7b576 | |
parent | b55619a76c3a93e8ce7714e948afb8df74512dda (diff) | |
download | itools-66baddc401b100a5eb93d337135b798e957b848b.tar.gz itools-66baddc401b100a5eb93d337135b798e957b848b.tar.bz2 itools-66baddc401b100a5eb93d337135b798e957b848b.zip |
Do not generate newline after noscript tags for layout reasons
-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 d82a8da..fd2930e 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', # tags that do not like newlines after them + 'nonewlinetags' => 'a,b,em,img,input,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 |