From: Happy-melon Date: Sat, 13 Mar 2010 16:09:23 +0000 (+0000) Subject: Layout tweak. X-Git-Tag: 1.31.0-rc.0~37468 X-Git-Url: http://git.cyclocoop.org/data/%24oldEdit?a=commitdiff_plain;h=79a0b29759e55bec6d73796a38a496543384ab23;p=lhc%2Fweb%2Fwiklou.git Layout tweak. --- diff --git a/includes/Title.php b/includes/Title.php index a14e289624..7faeddecf8 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -1225,8 +1225,11 @@ class Title { } if( $groups ) { - $return = array( 'badaccess-groups', - array( implode( ', ', $groups ), count( $groups ) ) ); + $return = array( + 'badaccess-groups', + implode( ', ', $groups ), + count( $groups ) + ); } else { $return = array( "badaccess-group0" ); }