No spaces then
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 26 Oct 2005 20:44:25 +0000 (20:44 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 26 Oct 2005 20:44:25 +0000 (20:44 +0000)
includes/SpecialDoubleRedirects.php
languages/Language.php

index d84b59e..50a294c 100644 (file)
@@ -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";
        }
 }
 
index 2ce4513..8cac926 100644 (file)
@@ -1120,7 +1120,7 @@ That comes to '''$5''' average edits per page, and '''$6''' views per edit.",
 'disambiguationstext'  => "The following pages link to a <i>disambiguation page</i>. They should link to the appropriate topic instead.<br />A page is treated as disambiguation if it is linked from $1.<br />Links from other namespaces are <i>not</i> 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',