cosmetic
authorAntoine Musso <hashar@users.mediawiki.org>
Tue, 6 Sep 2005 22:21:38 +0000 (22:21 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Tue, 6 Sep 2005 22:21:38 +0000 (22:21 +0000)
includes/ChangesList.php

index bd74a3b..ab0b094 100644 (file)
@@ -231,7 +231,7 @@ class ChangesList {
                        $s .= $openParenthesis ? ' | ' : '(';
                        $this->insertUserBlockLink($s,$rc);
                }
-               $s .= $openParenthesis ? ' ) ' : '';
+               $s .= $openParenthesis ? ') ' : '';
        }
 
        /** insert a formatted link to the user page */