From d4ddbc063934fb5d6eaa153843b42c3b0dd3cedc Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 10 Apr 2025 17:32:03 +0200 Subject: [PATCH] Import: Add margin (fix #1012) --- adminer/select.inc.php | 3 +-- externals/jush | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/adminer/select.inc.php b/adminer/select.inc.php index f9d8755c..84077661 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -584,7 +584,7 @@ if (!$columns && support("table")) { } if (adminer()->selectImportPrint()) { - echo "
"; + echo "

"; echo "" . lang('Import') . ""; echo script("qsl('a').onclick = partial(toggle, 'import');", ""); echo ""; - echo "

"; } echo input_token(); diff --git a/externals/jush b/externals/jush index 9fdd75b3..db9f9054 160000 --- a/externals/jush +++ b/externals/jush @@ -1 +1 @@ -Subproject commit 9fdd75b3cdb00edbca7633f75284a5a15a5f696f +Subproject commit db9f905487bbd0049f9a20a66bbb35891f0b6d52