Index: trunk/phase3/includes/specials/SpecialDoubleRedirects.php |
— | — | @@ -88,7 +88,7 @@ |
89 | 89 | ); |
90 | 90 | $edit = $skin->linkKnown( |
91 | 91 | $titleA, |
92 | | - wfMsg( 'parentheses', wfMsgHtml( 'editlink' ) ), |
| 92 | + wfMsgExt( 'parentheses', array( 'escape' ), wfMsg( 'editlink' ) ), |
93 | 93 | array(), |
94 | 94 | array( |
95 | 95 | 'redirect' => 'no', |