From: Niklas Laxström Date: Sun, 8 Oct 2006 14:00:37 +0000 (+0000) Subject: * Escaping X-Git-Tag: 1.31.0-rc.0~55584 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=d4ee2a4dd27b21cb0285cb9096215587d7d17d6d;p=lhc%2Fweb%2Fwiklou.git * Escaping --- diff --git a/includes/Linker.php b/includes/Linker.php index d34971fff9..a7831addf4 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -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;