From: Ævar Arnfjörð Bjarmason Date: Mon, 20 Jun 2005 18:54:49 +0000 (+0000) Subject: s/���/→/ X-Git-Tag: 1.5.0beta1~122 X-Git-Url: http://git.cyclocoop.org/%22%20%20.%20generer_url_ecrire%28%22mots_tous%22%29%20.%20%22?a=commitdiff_plain;h=42822c089482be70d66093069b2ee121f8923dca;p=lhc%2Fweb%2Fwiklou.git s/���/→/ --- diff --git a/includes/SpecialBrokenRedirects.php b/includes/SpecialBrokenRedirects.php index 03de7464eb..baa8195670 100644 --- a/includes/SpecialBrokenRedirects.php +++ b/includes/SpecialBrokenRedirects.php @@ -73,7 +73,7 @@ class BrokenRedirectsPage extends PageQueryPage { $edit = $skin->makeBrokenLinkObj( $fromObj , "(".wfMsg("qbedit").")" , 'redirect=no'); $to = $skin->makeBrokenLinkObj( $toObj ); - return "$from $edit → $to"; + return "$from $edit → $to"; } }