From 35fdecd17060c8ccfde8802412445ca905058239 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Sun, 19 Jun 2005 15:18:28 +0000 Subject: [PATCH] =?utf8?q?*=20Using=20=EF=BF=BD=EF=BF=BD=EF=BF=BD=20rather?= =?utf8?q?=20than=20=3D>=20(like=20Special:Doubleredirects)?= 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 61716eb676..03de7464eb 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