aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/page_tail.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/page_tail.php')
-rw-r--r--phpBB/includes/page_tail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/page_tail.php b/phpBB/includes/page_tail.php
index 607b322b0b..c092f00fe5 100644
--- a/phpBB/includes/page_tail.php
+++ b/phpBB/includes/page_tail.php
@@ -37,7 +37,7 @@ $template->set_filenames(array(
$template->assign_vars(array(
"PHPBB_VERSION" => "2.0-alpha",
- "ADMIN_LINK" => $admin_link));
+ "ADMIN_LINK" => $admin_link . "<br />"));
$template->pparse("overall_footer");