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 0f29bab..12d0039 100644
--- a/it_html.class
+++ b/it_html.class
@@ -420,7 +420,7 @@ function select($tags, $options, $selected = null)
*/
function comment($string)
{
- return "<!--" . it::replace('--' => "&#45;&#45;", $string) . "-->";
+ return "<!--" . it::replace(array('--' => "&#45;&#45;"), $string) . "-->";
}
# internal: strip spans added by debug params