From 49fef194f33ae0c12bc2245a03fadcdd3903208f Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Tue, 21 Jul 2009 12:17:32 +0000 Subject: [PATCH] follow up r53582: Move escaping to the outer message for consistency. Per suggestion of Ialex :) --- includes/specials/SpecialDoubleRedirects.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.20.1