summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--it_html.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it_html.class b/it_html.class
index 12d0039..e8969fb 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(array('--' => "&#45;&#45;"), $string) . "-->";
+ return "<!-- " . it::replace(array('--' => "&#45;&#45;"), $string) . " -->";
}
# internal: strip spans added by debug params