Fixed some xhtml1.0 errors
This commit is contained in:
@@ -79,10 +79,12 @@ else if (MYSQL_MAJOR_VERSION >= 3.23 && isset($tbl_cache)) {
|
|||||||
<!-- TABLE LIST -->
|
<!-- TABLE LIST -->
|
||||||
|
|
||||||
<table border="<?php echo $cfgBorder; ?>">
|
<table border="<?php echo $cfgBorder; ?>">
|
||||||
<th><?php echo ucfirst($strTable); ?></th>
|
<tr>
|
||||||
<th colspan="6"><?php echo ucfirst($strAction); ?></th>
|
<th><?php echo ucfirst($strTable); ?></th>
|
||||||
<th><?php echo ucfirst($strRecords); ?></th>
|
<th colspan="6"><?php echo ucfirst($strAction); ?></th>
|
||||||
<th><?php echo ((!empty($strSize)) ? ucfirst($strSize) : ' '); ?></th>
|
<th><?php echo ucfirst($strRecords); ?></th>
|
||||||
|
<th><?php echo ((!empty($strSize)) ? ucfirst($strSize) : ' '); ?></th>
|
||||||
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
$i = $sum_entries = $sum_size = 0;
|
$i = $sum_entries = $sum_size = 0;
|
||||||
while (list($keyname, $sts_data) = each($tbl_cache)) {
|
while (list($keyname, $sts_data) = each($tbl_cache)) {
|
||||||
@@ -170,9 +172,11 @@ else {
|
|||||||
<!-- TABLE LIST -->
|
<!-- TABLE LIST -->
|
||||||
|
|
||||||
<table border="<?php echo $cfgBorder; ?>">
|
<table border="<?php echo $cfgBorder; ?>">
|
||||||
<th><?php echo ucfirst($strTable); ?></th>
|
<tr>
|
||||||
<th colspan="6"><?php echo ucfirst($strAction); ?></th>
|
<th><?php echo ucfirst($strTable); ?></th>
|
||||||
<th><?php echo ucfirst($strRecords); ?></th>
|
<th colspan="6"><?php echo ucfirst($strAction); ?></th>
|
||||||
|
<th><?php echo ucfirst($strRecords); ?></th>
|
||||||
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
while ($i < $num_tables) {
|
while ($i < $num_tables) {
|
||||||
$table = mysql_tablename($tables, $i);
|
$table = mysql_tablename($tables, $i);
|
||||||
@@ -411,4 +415,5 @@ require('./footer.inc.php3');
|
|||||||
echo "\n";
|
echo "\n";
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
Reference in New Issue
Block a user