From cc7e629efa6770a2c3b48bfb2dc63e202088a7ae Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Tue, 6 Sep 2005 22:21:38 +0000 Subject: [PATCH] cosmetic --- includes/ChangesList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.20.1