From: Niklas Laxström Date: Wed, 26 Oct 2005 20:44:25 +0000 (+0000) Subject: No spaces then X-Git-Tag: 1.6.0~1301 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=cd3b9f5e97b0cf0dcb3653a2508b5b18d3e35407;p=lhc%2Fweb%2Fwiklou.git No spaces then --- 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',