diff --git a/index.php b/index.php index d957900a..34e851f5 100644 --- a/index.php +++ b/index.php @@ -155,14 +155,14 @@ if (isset($_GET["download"])) { } else { echo "
\n"; echo "\n"; - echo '\n"; + echo '\n"; while ($row = $result->fetch_assoc()) { echo '"; + echo ''; + echo '
' . lang('Table') . '' . lang('Engine') . '' . lang('Collation') . '' . lang('Data Length') . '' . lang('Index Length') . '' . lang('Data Free') . '' . lang('Auto Increment') . '' . lang('Rows') . "
' . lang('Table') . '' . lang('Engine') . '' . lang('Collation') . '' . lang('Data Length') . '' . lang('Index Length') . '' . lang('Data Free') . '' . lang('Auto Increment') . '' . lang('Rows') . "
'; if (isset($row["Rows"])) { - echo '' . htmlspecialchars($row["Name"]) . "$row[Engine]$row[Collation]' . htmlspecialchars($row["Name"]) . "$row[Engine]$row[Collation]"; $row["count"] = $mysql->result($mysql->query("SELECT COUNT(*) FROM " . idf_escape($row["Name"]))); foreach (array("Data_length", "Index_length", "Data_free", "Auto_increment", "count") as $val) { - echo '' . (strlen($row[$val]) ? number_format($row[$val], 0, '.', lang(',')) : '') . '' . (strlen($row[$val]) ? number_format($row[$val], 0, '.', lang(',')) : ' '); } } else { echo ' ' . htmlspecialchars($row["Name"]) . '' . lang('View');