r16863 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r16862‎ | r16863 | r16864 >
Date:14:00, 8 October 2006
Author:nikerabbit
Status:old
Tags:
Comment:
* Escaping
Modified paths:
  • /trunk/phase3/includes/Linker.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Linker.php
@@ -911,7 +911,7 @@
912912 $section = str_replace( ']]', '', $section );
913913 $sectionTitle = wfClone( $title );
914914 $sectionTitle->mFragment = $section;
915 - $link = $this->makeKnownLinkObj( $sectionTitle, wfMsg( 'sectionlink' ) );
 915+ $link = $this->makeKnownLinkObj( $sectionTitle, wfMsgHtml( 'sectionlink' ) );
916916 }
917917 $sep='-';
918918 $auto=$link.$auto;

Follow-up revisions

RevisionCommit summaryAuthorDate
r16877Revert r16863: broke section arrow link at least for he:brion00:22, 9 October 2006