From 42822c089482be70d66093069b2ee121f8923dca Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Mon, 20 Jun 2005 18:54:49 +0000 Subject: [PATCH] =?utf8?q?s/=EF=BF=BD=EF=BF=BD=EF=BF=BD/→/?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- includes/SpecialBrokenRedirects.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } } -- 2.20.1