Index: trunk/phase3/includes/SpecialBrokenRedirects.php |
— | — | @@ -73,7 +73,7 @@ |
74 | 74 | $edit = $skin->makeBrokenLinkObj( $fromObj , "(".wfMsg("qbedit").")" , 'redirect=no'); |
75 | 75 | $to = $skin->makeBrokenLinkObj( $toObj ); |
76 | 76 | |
77 | | - return "$from $edit → $to"; |
| 77 | + return "$from $edit → $to"; |
78 | 78 | } |
79 | 79 | } |
80 | 80 | |