From 20d6c341ce8047bff6ebc966a1a23ebefdde67b1 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Thu, 7 Aug 2008 14:11:40 +0000 Subject: [PATCH] Follow up for r38771. --- includes/specials/SpecialWhatlinkshere.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialWhatlinkshere.php b/includes/specials/SpecialWhatlinkshere.php index 65d38ec364..ade28f19a1 100644 --- a/includes/specials/SpecialWhatlinkshere.php +++ b/includes/specials/SpecialWhatlinkshere.php @@ -267,7 +267,7 @@ class WhatLinksHerePage { 'whatlinkshere-links', 'isimage' ); $msgcache = array(); foreach ( $msgs as $msg ) { - $msgcache[$msg] = wfMsgHtml( $msg ); + $msgcache[$msg] = wfMsgExt( $msg, array( 'escapenoentities' ) ); } } -- 2.20.1