From c3025c0c92c428ff29a3e7bf01bcee6a0b75a6ad Mon Sep 17 00:00:00 2001 From: Christian Weber Date: Sun, 1 Apr 2012 13:21:40 +0000 Subject: html prettyprint on devel for better debuggability --- 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 bbf0b75..4c9f3e7 100644 --- a/it_html.class +++ b/it_html.class @@ -48,7 +48,7 @@ function it_html($p = array()) '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,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? + 'prettyprint' => it::is_devel(), # Should output be prettily indented? 'show_boot_dom' => false, # If true, append invisible
at the end of body 'show_content_type' => true, # If true, add header 'show_favicon' => true, # If true, add tag to /favicon.ico if it exists -- cgit v1.2.3