r7223 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r7222‎ | r7223 | r7224 >
Date:09:13, 22 January 2005
Author:jeluf
Status:old
Tags:
Comment:
BUG#925 Fix canonized_headline for e.g. <math>
Modified paths:
  • /trunk/phase3/includes/Parser.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Parser.php
@@ -2531,7 +2531,7 @@
25322532 # The canonized header is a version of the header text safe to use for links
25332533 # Avoid insertion of weird stuff like <math> by expanding the relevant sections
25342534 $canonized_headline = $this->unstrip( $headline, $this->mStripState );
2535 - $canonized_headline = $this->unstripNoWiki( $headline, $this->mStripState );
 2535+ $canonized_headline = $this->unstripNoWiki( $canonized_headline, $this->mStripState );
25362536
25372537 # Remove link placeholders by the link text.
25382538 # <!--LINK number-->

Follow-up revisions

RevisionCommit summaryAuthorDate
r7224BUG#925 Fix canonized_headline for e.g. <math>jeluf09:19, 22 January 2005

Status & tagging log