follow up r53582: Move escaping to the outer message for consistency. Per suggestion...
authorRaimond Spekking <raymond@users.mediawiki.org>
Tue, 21 Jul 2009 12:17:32 +0000 (12:17 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Tue, 21 Jul 2009 12:17:32 +0000 (12:17 +0000)
includes/specials/SpecialDoubleRedirects.php

index 4b3d3f4..893fee9 100644 (file)
@@ -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',