From 18d90b06ef2d0ee4a68aa9e4f790cc47caa81541 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sun, 13 Nov 2005 05:26:39 +0000 Subject: [PATCH] Fixed breakage of comments --- includes/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.20.1