From d4ee2a4dd27b21cb0285cb9096215587d7d17d6d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sun, 8 Oct 2006 14:00:37 +0000 Subject: [PATCH] * Escaping --- includes/Linker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1