From: Raimond Spekking Date: Tue, 21 Jul 2009 12:17:32 +0000 (+0000) Subject: follow up r53582: Move escaping to the outer message for consistency. Per suggestion... X-Git-Tag: 1.31.0-rc.0~40787 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=49fef194f33ae0c12bc2245a03fadcdd3903208f;p=lhc%2Fweb%2Fwiklou.git follow up r53582: Move escaping to the outer message for consistency. Per suggestion of Ialex :) --- diff --git a/includes/specials/SpecialDoubleRedirects.php b/includes/specials/SpecialDoubleRedirects.php index 4b3d3f417b..893fee9e70 100644 --- a/includes/specials/SpecialDoubleRedirects.php +++ b/includes/specials/SpecialDoubleRedirects.php @@ -88,7 +88,7 @@ class DoubleRedirectsPage extends PageQueryPage { ); $edit = $skin->linkKnown( $titleA, - wfMsg( 'parentheses', wfMsgHtml( 'editlink' ) ), + wfMsgExt( 'parentheses', array( 'escape' ), wfMsg( 'editlink' ) ), array(), array( 'redirect' => 'no',