Spacing tweak -- $histlink and $difftext now belong directly together, they get a...
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 7 Oct 2009 18:38:55 +0000 (18:38 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 7 Oct 2009 18:38:55 +0000 (18:38 +0000)
The leftover extra space was harmless with default (which uses regular space) but looked funny on en.wikipedia with customized pipe-separator using &nbsp;

includes/specials/SpecialContributions.php

index c87f6c9..eada167 100644 (file)
@@ -651,7 +651,7 @@ class ContribsPager extends ReverseChronologicalPager {
                        $del = '';
                }
 
-               $ret = "{$del}{$d} {$histlink} {$difftext} {$nflag}{$mflag} {$link}{$userlink} {$comment} {$topmarktext}";
+               $ret = "{$del}{$d} {$histlink}{$difftext} {$nflag}{$mflag} {$link}{$userlink} {$comment} {$topmarktext}";
                
                # Denote if username is redacted for this edit
                if( $rev->getVisibility() & Revision::DELETED_USER ) {