aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/page_tail.php
diff options
context:
space:
mode:
authorLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2002-10-10 01:02:47 +0000
committerLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2002-10-10 01:02:47 +0000
commit58ddae0c90cbf8c751129c9d05432c376c8e374f (patch)
treedc9ab52d42cbfffa30e7c4dcf2069046ad4a7ca9 /phpBB/includes/page_tail.php
parentc677640b64e5c3fe8406e47f7eeef2f18c5edf71 (diff)
downloadforums-58ddae0c90cbf8c751129c9d05432c376c8e374f.tar
forums-58ddae0c90cbf8c751129c9d05432c376c8e374f.tar.gz
forums-58ddae0c90cbf8c751129c9d05432c376c8e374f.tar.bz2
forums-58ddae0c90cbf8c751129c9d05432c376c8e374f.tar.xz
forums-58ddae0c90cbf8c751129c9d05432c376c8e374f.zip
More bugfixes
git-svn-id: file:///svn/phpbb/trunk@2951 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/page_tail.php')
-rw-r--r--phpBB/includes/page_tail.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/includes/page_tail.php b/phpBB/includes/page_tail.php
index 5296f41a9c..6893641c6d 100644
--- a/phpBB/includes/page_tail.php
+++ b/phpBB/includes/page_tail.php
@@ -44,8 +44,9 @@ if (defined('DEBUG'))
if ($auth->acl_get('a_'))
{
- $debug_output .= ' | <a href="' . $_SERVER['REQUEST_URI'] . '&amp;explain=1">Explain</a> ]';
+ $debug_output .= ' | <a href="' . $_SERVER['REQUEST_URI'] . '&amp;explain=1">Explain</a>';
}
+ $debug_output .= ' ]';
}
$template->assign_vars(array(