From a65931f0a24340fa9032fcf3aab2a8318b2fa2be Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 11 Mar 2008 17:36:46 +0000 Subject: [PATCH] lost, adding back --- includes/PageHistory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/PageHistory.php b/includes/PageHistory.php index 5a946213ef..dd3f2f579c 100644 --- a/includes/PageHistory.php +++ b/includes/PageHistory.php @@ -238,7 +238,7 @@ class PageHistory { } $s .= " $link"; - $s .= ' '.$this->mSkin->revUserTools( $rev, true ); + $s .= " " . $this->mSkin->revUserTools( $rev, true ) . ""; if( $row->rev_minor_edit ) { $s .= ' ' . Xml::element( 'span', array( 'class' => 'minor' ), wfMsg( 'minoreditletter') ); -- 2.20.1