Index: trunk/phase3/includes/specials/SpecialContributions.php |
— | — | @@ -677,10 +677,9 @@ |
678 | 678 | |
679 | 679 | $diffHistLinks = '(' . $difftext . $this->messages['pipe-separator'] . $histlink . ')'; |
680 | 680 | |
| 681 | + $diffOut = ' . . ' . $wgLang->getDirMark() . |
| 682 | + ChangesList::showCharacterDifference( $row->rc_old_len, $row->rc_new_len ); |
681 | 683 | |
682 | | - $diffOut = ' . . ' . $wgLang->getDirMark() . ( $this->showSizeDiff ? |
683 | | - ChangesList::showCharacterDifference( $row->rc_old_len, $row->rc_new_len ) : '' ); |
684 | | - |
685 | 684 | $ret = "{$del}{$d} {$diffHistLinks} {$nflag}{$mflag} {$link}{$diffOut}{$userlink} {$comment} {$topmarktext}"; |
686 | 685 | |
687 | 686 | # Denote if username is redacted for this edit |