From 66baddc401b100a5eb93d337135b798e957b848b Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Wed, 21 Apr 2010 14:51:58 +0000 Subject: Do not generate newline after noscript tags for layout reasons --- it_html.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
at the end of body -- cgit v1.2.3