From 9e350531328e67bd5b0c0425f1a2619a08456f6e Mon Sep 17 00:00:00 2001
From: Urban Müller
Date: Fri, 6 Feb 2015 17:31:33 +0100
Subject: unclosed
makes no sense
---
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 9e1f599..db63928 100644
--- a/it_html.class
+++ b/it_html.class
@@ -76,7 +76,7 @@ function it_html($p = array())
'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,label,span,noscript', # tags that do not like newlines after them
- 'alwaysclosetags' => 'a,button,div,iframe,pre,script,span,tbody,td,tfoot,thead,textarea,ul', # tags which always get a close tag
+ 'alwaysclosetags' => 'a,button,div,iframe,pre,script,span,tbody,td,tfoot,thead,textarea,ul,ol', # tags which always get a close tag
'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
--
cgit v1.2.3