From: Tim Starling Date: Sun, 13 Nov 2005 05:26:39 +0000 (+0000) Subject: Fixed breakage of comments X-Git-Tag: 1.6.0~1180 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=18d90b06ef2d0ee4a68aa9e4f790cc47caa81541;p=lhc%2Fweb%2Fwiklou.git Fixed breakage of comments --- diff --git a/includes/Parser.php b/includes/Parser.php index c4123fd13a..9bf108722a 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -272,7 +272,7 @@ class Parser } if( $tag == STRIP_COMMENTS ) { - $start = '//'; } else { $start = "/<$tag(\\s+[^\\/>]*|\\s*)(\\/?)>/i";