From 5e71728a8b79e0c0b808d86dbe44fa9ab8f50607 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Thu, 19 Feb 2015 16:27:48 +0100 Subject: guarantee valid html comments --- it_html.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ""; + return ""; } # internal: strip spans added by debug params -- cgit v1.2.3