diff --git a/adminer/create.inc.php b/adminer/create.inc.php index f7ae98e3..cf28adf2 100644 --- a/adminer/create.inc.php +++ b/adminer/create.inc.php @@ -189,7 +189,7 @@ if (support("columns") || $TABLE == "") { echo ($engines ? html_select("Engine", array("" => "(" . lang('engine') . ")") + $engines, $row["Engine"]) . on_help("event.target.value", 1) . script("qsl('select').onchange = helpClose;") . "\n" : ""); if ($collations) { echo "" . optionlist($collations) . "\n"; - echo (preg_match("~sqlite|mssql~", JUSH) ? "" : ""); + echo (preg_match("~sqlite|mssql~", JUSH) ? "" : "\n"); } echo "\n"; }