summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--it_html.class2
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