r97706 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97705‎ | r97706 | r97707 >
Date:08:52, 21 September 2011
Author:aaron
Status:ok (Comments)
Tags:
Comment:
FU 97704: I was thinking the space was already added in this case
Modified paths:
  • /trunk/phase3/includes/specials/SpecialContributions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialContributions.php
@@ -645,7 +645,7 @@
646646 $chardiff = ' . . ' . ChangesList::showCharacterDifference(
647647 $this->mParentLens[$row->rev_parent_id], $row->rev_len ) . ' . . ';
648648 } else {
649 - $chardiff = '';
 649+ $chardiff = ' ';
650650 }
651651
652652 $comment = $this->getLang()->getDirMark() . Linker::revComment( $rev, false, true );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r97704Tweaked diff size number location to make sp:contribs look prettier and more ...aaron08:39, 21 September 2011

Comments

#Comment by Nikerabbit (talk | contribs)   09:17, 21 September 2011

Fine now. The change doesn't help much though.

Status & tagging log