From 90bbfd2be4fba89e5016a290a5f433aa8204d793 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Wed, 18 May 2011 17:51:47 +0000 Subject: no newlines for labels --- it_html.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'it_html.class') 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