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: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/fiche.php?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"; } }