From 75ebf0e6b1ce9b7b33dfe9a7f2b1fbaeaee87aea Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Fri, 26 Sep 2008 14:44:55 +0000 Subject: [PATCH] XHTML syntax errors git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@499 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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');