Add a space to make output look less horrible
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 27 Apr 2005 21:42:37 +0000 (21:42 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 27 Apr 2005 21:42:37 +0000 (21:42 +0000)
includes/SpecialListusers.php

index e9a5676..3794c85 100644 (file)
@@ -155,7 +155,7 @@ class ListUsersPage extends QueryPage {
                        (is_null( $result ) || ( $this->previousResult->title != $result->title ) ) ) {
                        // Different username, give back name(group1,group2)
                        $name = $skin->makeLink( $wgContLang->getNsText($this->previousResult->namespace) . ':' . $this->previousResult->title, $this->previousResult->title );
-                       $name .= $this->concatGroups ? '('.substr($this->concatGroups,0,-1).')' : '';
+                       $name .= $this->concatGroups ? ' ('.substr($this->concatGroups,0,-1).')' : '';
                        $this->clearGroups();
                }