1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

HTML 4.01 and XHTML 1.0 compliance changes

git-svn-id: file:///svn/phpbb/trunk@767 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-07-31 14:06:06 +00:00
parent 8b84c5a970
commit b3366f1e35
7 changed files with 70 additions and 93 deletions

View File

@@ -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");