Revert r16863: broke section arrow link at least for he:
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 9 Oct 2006 00:22:41 +0000 (00:22 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 9 Oct 2006 00:22:41 +0000 (00:22 +0000)
includes/Linker.php

index a7831ad..d34971f 100644 (file)
@@ -911,7 +911,7 @@ class Linker {
                                $section = str_replace( ']]', '', $section );
                                $sectionTitle = wfClone( $title );
                                $sectionTitle->mFragment = $section;
-                               $link = $this->makeKnownLinkObj( $sectionTitle, wfMsgHtml( 'sectionlink' ) );
+                               $link = $this->makeKnownLinkObj( $sectionTitle, wfMsg( 'sectionlink' ) );
                        }
                        $sep='-';
                        $auto=$link.$auto;