From cd3b9f5e97b0cf0dcb3653a2508b5b18d3e35407 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Wed, 26 Oct 2005 20:44:25 +0000 Subject: [PATCH] No spaces then --- includes/SpecialDoubleRedirects.php | 4 ++-- languages/Language.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/SpecialDoubleRedirects.php b/includes/SpecialDoubleRedirects.php index d84b59ea76..50a294c032 100644 --- a/includes/SpecialDoubleRedirects.php +++ b/includes/SpecialDoubleRedirects.php @@ -91,8 +91,8 @@ class DoubleRedirectsPage extends PageQueryPage { $linkB = $skin->makeKnownLinkObj( $titleB, '', 'redirect=no' ); $linkC = $skin->makeKnownLinkObj( $titleC ); - return "$linkA $edit" . wfMsgHtml( 'doubleredirectsarrow' ) - . $linkB . wfMsgHtml( 'doubleredirectsarrow' ) . $linkC; + return "$linkA $edit " . wfMsgHtml( 'doubleredirectsarrow' ) + . " $linkB " . wfMsgHtml( 'doubleredirectsarrow' ) . " $linkC"; } } diff --git a/languages/Language.php b/languages/Language.php index 2ce4513aca..8cac9265da 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1120,7 +1120,7 @@ That comes to '''$5''' average edits per page, and '''$6''' views per edit.", 'disambiguationstext' => "The following pages link to a disambiguation page. They should link to the appropriate topic instead.
A page is treated as disambiguation if it is linked from $1.
Links from other namespaces are not listed here.", 'doubleredirects' => 'Double redirects', 'doubleredirectstext' => "Each row contains links to the first and second redirect, as well as the first line of the second redirect text, usually giving the \"real\" target page, which the first redirect should point to.", -'doubleredirectsarrow' => ' → ', +'doubleredirectsarrow' => '→', 'brokenredirects' => 'Broken Redirects', 'brokenredirectstext' => 'The following redirects link to a non-existing pages.', 'selflinks' => 'Pages with Self Links', -- 2.20.1