From 79a0b29759e55bec6d73796a38a496543384ab23 Mon Sep 17 00:00:00 2001 From: Happy-melon Date: Sat, 13 Mar 2010 16:09:23 +0000 Subject: [PATCH] Layout tweak. --- includes/Title.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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" ); } -- 2.20.1