aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/memberlist.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2012-08-25 14:53:21 +0200
committerJoas Schilling <nickvergessen@gmx.de>2012-10-17 23:34:37 +0200
commitceb5a40eecbc60577ce0735254a4a189d719302e (patch)
treec08d6095cdf8d12c6ce9646c85b6597f951ae754 /phpBB/memberlist.php
parentada2d4c91bb063f3d9d591bfc3ce9552957772e0 (diff)
downloadforums-ceb5a40eecbc60577ce0735254a4a189d719302e.tar
forums-ceb5a40eecbc60577ce0735254a4a189d719302e.tar.gz
forums-ceb5a40eecbc60577ce0735254a4a189d719302e.tar.bz2
forums-ceb5a40eecbc60577ce0735254a4a189d719302e.tar.xz
forums-ceb5a40eecbc60577ce0735254a4a189d719302e.zip
[ticket/11023] Fix additional whitespaces that were added by PHPBB3-10968
PHPBB3-11023
Diffstat (limited to 'phpBB/memberlist.php')
-rw-r--r--phpBB/memberlist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php
index f142d182bc..d9ba147c70 100644
--- a/phpBB/memberlist.php
+++ b/phpBB/memberlist.php
@@ -1593,7 +1593,7 @@ switch ($mode)
}
phpbb_generate_template_pagination($template, $pagination_url, 'pagination', 'start', $total_users, $config['topics_per_page'], $start);
-
+
// Generate page
$template->assign_vars(array(
'PAGE_NUMBER' => phpbb_on_page($template, $user, $pagination_url, $total_users, $config['topics_per_page'], $start),