diff options
| author | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2002-10-10 01:02:47 +0000 |
|---|---|---|
| committer | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2002-10-10 01:02:47 +0000 |
| commit | 58ddae0c90cbf8c751129c9d05432c376c8e374f (patch) | |
| tree | dc9ab52d42cbfffa30e7c4dcf2069046ad4a7ca9 /phpBB/includes/page_tail.php | |
| parent | c677640b64e5c3fe8406e47f7eeef2f18c5edf71 (diff) | |
| download | forums-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.php | 3 |
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'] . '&explain=1">Explain</a> ]'; + $debug_output .= ' | <a href="' . $_SERVER['REQUEST_URI'] . '&explain=1">Explain</a>'; } + $debug_output .= ' ]'; } $template->assign_vars(array( |
