From 73f9fcd871b38d4bacbbd390a1d2f8d3ece4a245 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Sat, 7 Jan 2006 09:19:38 +0000 Subject: [PATCH] * Forgot to remove this line in the last commit, breaking the parser... --- includes/Parser.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/Parser.php b/includes/Parser.php index 629d3caaf7..e03b348ce9 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -2898,7 +2898,6 @@ class Parser $canonized_headline = preg_replace( '/<.*?' . '>/','',$canonized_headline ); $tocline = trim( $canonized_headline ); $canonized_headline = Sanitizer::escapeId( $tocline ); - $canonized_headline = str_replace(array_keys($replacearray),array_values($replacearray),$canonized_headline); $refers[$headlineCount] = $canonized_headline; # count how many in assoc. array so we can track dupes in anchors -- 2.20.1