From 71d280803cb0e2443078522f1fed524a9841b9b4 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Thu, 20 May 2010 13:38:41 +0000 Subject: [PATCH] Bug 23608: " " not followed by a semicolon in diffs --- includes/diff/DifferenceInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/diff/DifferenceInterface.php b/includes/diff/DifferenceInterface.php index fccecd3713..adc619da51 100644 --- a/includes/diff/DifferenceInterface.php +++ b/includes/diff/DifferenceInterface.php @@ -401,7 +401,7 @@ CONTROL; $link = $sk->revDeleteLink( $query, $rev->isDeleted( Revision::DELETED_RESTRICTED ), $canHide ); } - $link = '   '.$link.' '; + $link = '   ' . $link . ' '; } return $link; } -- 2.20.1