From 24d82990893c837f1c99337684576d7dac2db1d2 Mon Sep 17 00:00:00 2001 From: Jens Frank Date: Sat, 22 Jan 2005 09:13:02 +0000 Subject: [PATCH] BUG#925 Fix canonized_headline for e.g. --- includes/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Parser.php b/includes/Parser.php index 3898154c23..08d91521d2 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -2531,7 +2531,7 @@ class Parser # The canonized header is a version of the header text safe to use for links # Avoid insertion of weird stuff like by expanding the relevant sections $canonized_headline = $this->unstrip( $headline, $this->mStripState ); - $canonized_headline = $this->unstripNoWiki( $headline, $this->mStripState ); + $canonized_headline = $this->unstripNoWiki( $canonized_headline, $this->mStripState ); # Remove link placeholders by the link text. # -- 2.20.1