From 9e8ab1df3132d29473d1fd7f5618e1acb38b8b9b Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 31 Jan 2011 14:36:47 +0100 Subject: [PATCH] Whitespace --- adminer/select.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/adminer/select.inc.php b/adminer/select.inc.php index 82b45c7c..0ce59734 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -407,7 +407,8 @@ if (!$columns) { } print_fieldset("export", lang('Export')); $output = $adminer->dumpOutput(); - echo ($output ? html_select("output", $output, $adminer_export["output"]) . " " : "") . html_select("format", $adminer->dumpFormat(), $adminer_export["format"]); + echo ($output ? html_select("output", $output, $adminer_export["output"]) . " " : ""); + echo html_select("format", $adminer->dumpFormat(), $adminer_export["format"]); echo " \n"; echo "\n"; }