summaryrefslogtreecommitdiff
path: root/it_html.class
diff options
context:
space:
mode:
Diffstat (limited to 'it_html.class')
-rw-r--r--it_html.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it_html.class b/it_html.class
index 65e7e2a..0544371 100644
--- a/it_html.class
+++ b/it_html.class
@@ -67,7 +67,6 @@ class it_html
function it_html($p = array())
{
# Default configuration of html class
- $this->p['notexported'] = trim($p['notexported'] . ',configure,sanitize', ',');
$this->p = $p + array(
'charset' => ini_get('default_charset') ?: 'iso-8859-1',
'doctype' => null, # Custom doctype (will usually be calculated from htmltype)
@@ -89,6 +88,7 @@ function it_html($p = array())
'title' => '', # HTML title (default: no title added)
'use_it_state' => false, # If true, generate code needed by state.js (aka 'history iframe')
);
+ $this->p['notexported'] = trim($p['notexported'] . ',configure,sanitize', ',');
# We know these doctypes. If you need something else, supply 'doctype' in p
$this->doctypes = array(