Index: trunk/phase3/includes/specials/SpecialContributions.php |
— | — | @@ -703,7 +703,7 @@ |
704 | 704 | } |
705 | 705 | |
706 | 706 | $diffHistLinks = '(' . $difftext . $this->messages['pipe-separator'] . $histlink . ')'; |
707 | | - $ret = "{$del}{$d} {$diffHistLinks} {$nflag}{$mflag}{$chardiff} {$link}{$userlink} {$comment} {$topmarktext}"; |
| 707 | + $ret = "{$del}{$d} {$diffHistLinks}{$chardiff}{$nflag}{$mflag} {$link}{$userlink} {$comment} {$topmarktext}"; |
708 | 708 | |
709 | 709 | # Denote if username is redacted for this edit |
710 | 710 | if( $rev->isDeleted( Revision::DELETED_USER ) ) { |