From: Aaron Schulz Date: Sun, 23 Mar 2008 03:10:07 +0000 (+0000) Subject: Remove extra '&' X-Git-Tag: 1.31.0-rc.0~48871 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=a980667b6b80c13e0a9b5fb62adc7d155e18bb01;p=lhc%2Fweb%2Fwiklou.git Remove extra '&' --- diff --git a/includes/SpecialMergeHistory.php b/includes/SpecialMergeHistory.php index c7f42fe9b8..2a26989f87 100644 --- a/includes/SpecialMergeHistory.php +++ b/includes/SpecialMergeHistory.php @@ -248,7 +248,7 @@ class MergehistoryForm { $last = $this->message['last']; else if( isset($this->prevId[$row->rev_id]) ) $last = $this->sk->makeKnownLinkObj( $rev->getTitle(), $this->message['last'], - "&diff=" . $row->rev_id . "&oldid=" . $this->prevId[$row->rev_id] ); + "diff=" . $row->rev_id . "&oldid=" . $this->prevId[$row->rev_id] ); $userLink = $this->sk->revUserTools( $rev );