From e5cd40979c0a0925ea99ef623317347a98ab2b89 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 21 Sep 2011 08:52:57 +0000 Subject: [PATCH] FU 97704: I was thinking the space was already added in this case --- includes/specials/SpecialContributions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.20.1