From: Raimond Spekking Date: Thu, 20 May 2010 13:38:41 +0000 (+0000) Subject: Bug 23608: " " not followed by a semicolon in diffs X-Git-Tag: 1.31.0-rc.0~36784 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/categories/modifier.php?a=commitdiff_plain;h=71d280803cb0e2443078522f1fed524a9841b9b4;p=lhc%2Fweb%2Fwiklou.git Bug 23608: " " not followed by a semicolon in diffs --- 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; }