Be valid XHTML 1.0

This commit is contained in:
Michal Čihař
2004-04-27 12:55:53 +00:00
parent f8cbc7cc7e
commit 850741a174
4 changed files with 12 additions and 10 deletions

View File

@@ -346,7 +346,7 @@ if (count($statistics) > 0) {
. ' </b>' . "\n"
. ' <br />' . "\n"
. ' ' . $strDatabasesStatsHeavyTraffic . "\n"
. ' </li><br /><br />' . "\n";
. ' </li>' . "\n";
} else if ($is_superuser && !empty($dbstats)) {
echo ' <li>' . "\n"
. ' <b>' . "\n"
@@ -354,7 +354,7 @@ if (count($statistics) > 0) {
. ' ' . $strDatabasesStatsDisable . "\n"
. ' </a>' . "\n"
. ' </b>' . "\n"
. ' </li><br /><br />' . "\n";
. ' </li>' . "\n";
}
if ($is_superuser || $cfg['AllowUserDropDatabase']) {
echo ' <li>' . "\n"