diff --git a/adminer/table.inc.php b/adminer/table.inc.php index fcd05d82..bdff1b54 100644 --- a/adminer/table.inc.php +++ b/adminer/table.inc.php @@ -13,7 +13,7 @@ if ($result) { if (!$row["auto_increment"]) { $auto_increment_only = false; } - echo "" . htmlspecialchars($row["Field"]) . "$row[Type]" . ($row["Null"] == "YES" ? " NULL" : "") . "\n"; + echo "" . htmlspecialchars($row["Field"]) . "" . htmlspecialchars($row["Type"]) . ($row["Null"] == "YES" ? " NULL" : "") . "\n"; } echo "\n"; $result->free();