diff --git a/adminer/select.inc.php b/adminer/select.inc.php index b3697724..9e7d26ba 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -474,12 +474,12 @@ if (!$columns) { echo " "; echo html_select("separator", array("csv" => "CSV,", "csv;" => "CSV;", "tsv" => "TSV"), $adminer_import["format"], 1); // 1 - select echo " "; - echo "\n"; echo "\n"; } $adminer->selectEmailPrint(array_filter($email_fields, 'strlen'), $columns); + echo "

\n"; echo "\n"; } }