Reverting r16861; incompatible change to message texts, breaks a lot of toggle displa...
[lhc/web/wiklou.git] / 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;