Index: trunk/phase3/includes/specials/SpecialWhatlinkshere.php |
— | — | @@ -267,7 +267,7 @@ |
268 | 268 | 'whatlinkshere-links', 'isimage' ); |
269 | 269 | $msgcache = array(); |
270 | 270 | foreach ( $msgs as $msg ) { |
271 | | - $msgcache[$msg] = wfMsgHtml( $msg ); |
| 271 | + $msgcache[$msg] = wfMsgExt( $msg, array( 'escapenoentities' ) ); |
272 | 272 | } |
273 | 273 | } |
274 | 274 | |