From: Raimond Spekking Date: Thu, 7 Aug 2008 14:11:40 +0000 (+0000) Subject: Follow up for r38771. X-Git-Tag: 1.31.0-rc.0~46052 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=20d6c341ce8047bff6ebc966a1a23ebefdde67b1;p=lhc%2Fweb%2Fwiklou.git Follow up for r38771. --- 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' ) ); } }