From 92ab40fab705f6a13751dce256dca0b1f57fbcc8 Mon Sep 17 00:00:00 2001
From: Urban Müller
Date: Wed, 12 Mar 2014 16:24:14 +0100
Subject: support html5 and pre
---
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 c69e10d..44be793 100644
--- a/it_html.class
+++ b/it_html.class
@@ -82,7 +82,7 @@ function it_html($p = array())
'show_favicon' => true, # If true, add tag to /favicon.ico if it exists
'favicon' => '', # If set, add favicon tag to this url
'staticallycallable' => 'Q,U,select', # Those methods are statically callable (have same arguments as global stubs) but are a bit slower
- 'tags' => 'a,b,br,button,div,em,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,label,legend,li,meta,noscript,p,span,style,table,tbody,td,textarea,tfoot,th,thead,tr,ul',
+ 'tags' => "a,b,br,button,div,em,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,label,legend,li,meta,noscript,p,pre,span,style,table,tbody,td,textarea,tfoot,th,thead,tr,ul,article,section",
'title' => '', # HTML title (default: no title added)
'use_it_state' => false, # If true, generate code needed by state.js (aka 'history iframe')
);
--
cgit v1.2.3