r111827 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111826‎ | r111827 | r111828 >
Date:14:28, 18 February 2012
Author:reedy
Status:ok
Tags:
Comment:
Fix extraneous quote from r111800

Doesn't fix Niklas' issue, but it tidies it up for the moment
Modified paths:
  • /trunk/phase3/includes/actions/HistoryAction.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/actions/HistoryAction.php
@@ -577,7 +577,7 @@
578578 $prevSize = $prevRev ? $prevRev->getSize() : 0;
579579 $sDiff = ChangesList::showCharacterDifference( $prevSize, $rev->getSize() );
580580 $fSize = Linker::formatRevisionSize($rev->getSize());
581 - $s .= "' . . $fSize $sDiff . . ";
 581+ $s .= " . . $fSize $sDiff . . ";
582582
583583 $s .= Linker::revComment( $rev, false, true );
584584

Sign-offs

UserFlagDate
Nikerabbitinspected06:49, 20 February 2012
Nikerabbittested06:49, 20 February 2012

Follow-up revisions

RevisionCommit summaryAuthorDate
r111828MFT r111827 to fix r111800, r111801reedy14:31, 18 February 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111800Add both size *and* size difference on history page per bug 34449werdna22:49, 17 February 2012

Status & tagging log