Follow up for r38771.
This commit is contained in:
parent
e7d221db27
commit
20d6c341ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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' ) );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue