* Escaping
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 8 Oct 2006 14:00:37 +0000 (14:00 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 8 Oct 2006 14:00:37 +0000 (14:00 +0000)
includes/Linker.php

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