mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 23:57:29 +02:00
IE8 spaces
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1337 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -164,7 +164,6 @@ foreach ($engines as $engine) {
|
||||
<?php echo ($engines ? html_select("Engine", array("" => "(" . lang('engine') . ")") + $engines, $row["Engine"]) : ""); ?>
|
||||
<?php echo html_select("Collation", array("" => "(" . lang('collation') . ")") + $collations, $row["Collation"]); ?>
|
||||
<input type="submit" value="<?php echo lang('Save'); ?>">
|
||||
</p>
|
||||
<table cellspacing="0" id="edit-fields" class="nowrap">
|
||||
<?php $column_comments = edit_fields($row["fields"], $collations, "TABLE", $suhosin, $foreign_keys); ?>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user