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 c072051..a4a4ab5 100644
--- a/it_html.class
+++ b/it_html.class
@@ -36,7 +36,7 @@ function it_parse_args($args)
foreach ($arg as $key => $value)
{
if (is_int($key))
- $data .= it_taintcheck($value);
+ $data .= is_scalar($value) ? it_taintcheck($value) : "";
else
$p[$key] = $value;
}