From a980667b6b80c13e0a9b5fb62adc7d155e18bb01 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sun, 23 Mar 2008 03:10:07 +0000 Subject: [PATCH] Remove extra '&' --- includes/SpecialMergeHistory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.20.1