mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
is not needed with border-collapse
This commit is contained in:
@@ -21,8 +21,8 @@ class AdminerTableStructure {
|
||||
echo ($field["auto_increment"] ? " <i>" . lang('Auto Increment') . "</i>" : "");
|
||||
echo ($field["collation"] ? " <i>" . h($field["collation"]) . "</i>" : "");
|
||||
echo "<td>" . ($field["null"] ? lang('Yes') : lang('No'));
|
||||
echo "<td>" . (isset($field["default"]) ? h($field["default"]) : " ");
|
||||
echo (support("comment") ? "<td>" . nbsp($field["comment"]) : "");
|
||||
echo "<td>" . h($field["default"]);
|
||||
echo (support("comment") ? "<td>" . h($field["comment"]) : "");
|
||||
echo "\n";
|
||||
}
|
||||
echo "</table>\n";
|
||||
|
Reference in New Issue
Block a user