From: Brion Vibber Date: Wed, 7 Oct 2009 18:38:55 +0000 (+0000) Subject: Spacing tweak -- $histlink and $difftext now belong directly together, they get a... X-Git-Tag: 1.31.0-rc.0~39355 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=08d61383644fbbdbc58bc76f1d9bbec4afaf0898;p=lhc%2Fweb%2Fwiklou.git Spacing tweak -- $histlink and $difftext now belong directly together, they get a pipe-separator message between them. The leftover extra space was harmless with default (which uses regular space) but looked funny on en.wikipedia with customized pipe-separator using   --- diff --git a/includes/specials/SpecialContributions.php b/includes/specials/SpecialContributions.php index c87f6c9167..eada167696 100644 --- a/includes/specials/SpecialContributions.php +++ b/includes/specials/SpecialContributions.php @@ -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 ) {