Tweaked diff size number location to make sp:contribs look prettier and more consiste...
authorAaron Schulz <aaron@users.mediawiki.org>
Wed, 21 Sep 2011 08:39:36 +0000 (08:39 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Wed, 21 Sep 2011 08:39:36 +0000 (08:39 +0000)
includes/specials/SpecialContributions.php

index e1ed54a..5b84a27 100644 (file)
@@ -703,7 +703,7 @@ class ContribsPager extends ReverseChronologicalPager {
                }
 
                $diffHistLinks = '(' . $difftext . $this->messages['pipe-separator'] . $histlink . ')';
-               $ret = "{$del}{$d} {$diffHistLinks} {$nflag}{$mflag}{$chardiff} {$link}{$userlink} {$comment} {$topmarktext}";
+               $ret = "{$del}{$d} {$diffHistLinks}{$chardiff}{$nflag}{$mflag} {$link}{$userlink} {$comment} {$topmarktext}";
 
                # Denote if username is redacted for this edit
                if( $rev->isDeleted( Revision::DELETED_USER ) ) {