From: Aaron Schulz Date: Wed, 21 Sep 2011 08:52:57 +0000 (+0000) Subject: FU 97704: I was thinking the space was already added in this case X-Git-Tag: 1.31.0-rc.0~27506 X-Git-Url: https://git.heureux-cyclage.org/?a=commitdiff_plain;h=e5cd40979c0a0925ea99ef623317347a98ab2b89;p=lhc%2Fweb%2Fwiklou.git FU 97704: I was thinking the space was already added in this case --- diff --git a/includes/specials/SpecialContributions.php b/includes/specials/SpecialContributions.php index 5b84a27157..7e513bf6e0 100644 --- a/includes/specials/SpecialContributions.php +++ b/includes/specials/SpecialContributions.php @@ -645,7 +645,7 @@ class ContribsPager extends ReverseChronologicalPager { $chardiff = ' . . ' . ChangesList::showCharacterDifference( $this->mParentLens[$row->rev_parent_id], $row->rev_len ) . ' . . '; } else { - $chardiff = ''; + $chardiff = ' '; } $comment = $this->getLang()->getDirMark() . Linker::revComment( $rev, false, true );