From: Antoine Musso Date: Tue, 6 Sep 2005 22:21:38 +0000 (+0000) Subject: cosmetic X-Git-Tag: 1.6.0~1699 X-Git-Url: http://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=cc7e629efa6770a2c3b48bfb2dc63e202088a7ae;p=lhc%2Fweb%2Fwiklou.git cosmetic --- diff --git a/includes/ChangesList.php b/includes/ChangesList.php index bd74a3b59b..ab0b094d63 100644 --- a/includes/ChangesList.php +++ b/includes/ChangesList.php @@ -231,7 +231,7 @@ class ChangesList { $s .= $openParenthesis ? ' | ' : '('; $this->insertUserBlockLink($s,$rc); } - $s .= $openParenthesis ? ' ) ' : ''; + $s .= $openParenthesis ? ') ' : ''; } /** insert a formatted link to the user page */