From: Jakub Vrana Date: Fri, 4 Apr 2025 07:32:54 +0000 (+0200) Subject: Add missing space X-Git-Tag: v5.2.0~73 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=5f5d114dac442183a6ae927abe332aaf672fa96a;p=adminer.git Add missing space --- 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"; }