Follow up for r38771.

This commit is contained in:
Raimond Spekking 2008-08-07 14:11:40 +00:00
parent e7d221db27
commit 20d6c341ce

View file

@ -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' ) );
}
}