From: Jens Frank Date: Sat, 22 Jan 2005 09:13:02 +0000 (+0000) Subject: BUG#925 Fix canonized_headline for e.g. X-Git-Tag: 1.5.0alpha1~867 X-Git-Url: http://git.heureux-cyclage.org/?a=commitdiff_plain;h=24d82990893c837f1c99337684576d7dac2db1d2;p=lhc%2Fweb%2Fwiklou.git BUG#925 Fix canonized_headline for e.g. --- 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. #