Index: trunk/phase3/includes/specials/SpecialContributions.php |
— | — | @@ -642,7 +642,7 @@ |
643 | 643 | $del = ''; |
644 | 644 | } |
645 | 645 | |
646 | | - $diffHistLinks = '(' . $histlink . $this->messages['pipe-separator'] . $difftext . ')'; |
| 646 | + $diffHistLinks = '(' . $difftext . $this->messages['pipe-separator'] . $histlink . ')'; |
647 | 647 | $ret = "{$del}{$d} {$diffHistLinks} {$nflag}{$mflag} {$link}{$userlink} {$comment} {$topmarktext}"; |
648 | 648 | |
649 | 649 | # Denote if username is redacted for this edit |