]> git.joonet.de Git - adminer.git/commitdiff
Whitespace
authorJakub Vrana <jakub@vrana.cz>
Mon, 31 Jan 2011 13:36:47 +0000 (14:36 +0100)
committerJakub Vrana <jakub@vrana.cz>
Mon, 31 Jan 2011 13:36:47 +0000 (14:36 +0100)
adminer/select.inc.php

index 82b45c7cae40dcc82f173f2aaf30056f2059f4df..0ce597343bdf7591a6e56f762583bb141f526280 100644 (file)
@@ -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 " <input type='submit' name='export' value='" . lang('Export') . "' onclick='eventStop(event);'>\n";
                        echo "</div></fieldset>\n";
                }