diff --git a/adminer/select.inc.php b/adminer/select.inc.php index 5e3aa5fe..abb17cfd 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -196,7 +196,7 @@ $adminer->selectLinks($table_status, $set); if (!$columns) { echo "

" . lang('Unable to select the table') . ($fields ? "." : ": " . error()) . "\n"; } else { - echo "

\n"; + echo "\n"; echo "
"; hidden_fields_get(); echo (DB != "" ? '' . (isset($_GET["ns"]) ? '' : "") : ""); // not used in Editor diff --git a/adminer/static/functions.js b/adminer/static/functions.js index be66f96d..fa81e0fe 100644 --- a/adminer/static/functions.js +++ b/adminer/static/functions.js @@ -201,6 +201,17 @@ function textareaKeydown(target, event, tab, button) { return true; } +/** Send form by Enter on Enum editor and textarea Ctrl+Enter working in IE AJAX forms in Google Chrome Parse UTF-16 and UTF-8 BOM in all text uploads