* ( bug 18264 ) upload-by-url form was still disabled in non-js2 form output
[lhc/web/wiklou.git] / includes / specials / SpecialDoubleRedirects.php
index 78ab341..893fee9 100644 (file)
@@ -86,7 +86,15 @@ class DoubleRedirectsPage extends PageQueryPage {
                        array(),
                        array( 'redirect' => 'no' )
                );
-               $edit = $skin->makeBrokenLinkObj( $titleA, "(".wfMsgHtml("qbedit").")" , 'redirect=no');
+               $edit = $skin->linkKnown(
+                       $titleA,
+                       wfMsgExt( 'parentheses', array( 'escape' ), wfMsg( 'editlink' ) ),
+                       array(),
+                       array(
+                               'redirect' => 'no',
+                               'action' => 'edit'
+                       )
+               );
                $linkB = $skin->linkKnown(
                        $titleB,
                        null,