diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-07-31 14:06:06 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-07-31 14:06:06 +0000 |
commit | b3366f1e3518c5b46b379178eac191e3a3974dfa (patch) | |
tree | 6e29ba4b824f778c7116593e74a771b1b6f03d7a /phpBB/includes/page_tail.php | |
parent | 8b84c5a970c5d8102dbe918ea6a31ba2482b4d3b (diff) | |
download | forums-b3366f1e3518c5b46b379178eac191e3a3974dfa.tar forums-b3366f1e3518c5b46b379178eac191e3a3974dfa.tar.gz forums-b3366f1e3518c5b46b379178eac191e3a3974dfa.tar.bz2 forums-b3366f1e3518c5b46b379178eac191e3a3974dfa.tar.xz forums-b3366f1e3518c5b46b379178eac191e3a3974dfa.zip |
HTML 4.01 and XHTML 1.0 compliance changes
git-svn-id: file:///svn/phpbb/trunk@767 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/page_tail.php')
-rw-r--r-- | phpBB/includes/page_tail.php | 2 |
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"); |