Index: trunk/phase3/includes/specials/SpecialContributions.php |
— | — | @@ -645,7 +645,7 @@ |
646 | 646 | $chardiff = ' . . ' . ChangesList::showCharacterDifference( |
647 | 647 | $this->mParentLens[$row->rev_parent_id], $row->rev_len ) . ' . . '; |
648 | 648 | } else { |
649 | | - $chardiff = ''; |
| 649 | + $chardiff = ' '; |
650 | 650 | } |
651 | 651 | |
652 | 652 | $comment = $this->getLang()->getDirMark() . Linker::revComment( $rev, false, true ); |