Index: trunk/phase3/includes/Linker.php |
— | — | @@ -911,7 +911,7 @@ |
912 | 912 | $section = str_replace( ']]', '', $section ); |
913 | 913 | $sectionTitle = wfClone( $title ); |
914 | 914 | $sectionTitle->mFragment = $section; |
915 | | - $link = $this->makeKnownLinkObj( $sectionTitle, wfMsgHtml( 'sectionlink' ) ); |
| 915 | + $link = $this->makeKnownLinkObj( $sectionTitle, wfMsg( 'sectionlink' ) ); |
916 | 916 | } |
917 | 917 | $sep='-'; |
918 | 918 | $auto=$link.$auto; |