From 78c431ab20b27aeea95a2ccdafdb6020260adf19 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 17 Mar 2025 14:26:56 +0100 Subject: [PATCH] Fix typos after 22a3efe --- adminer/create.inc.php | 4 ++-- adminer/include/editing.inc.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/adminer/create.inc.php b/adminer/create.inc.php index e02452d6..84c4271d 100644 --- a/adminer/create.inc.php +++ b/adminer/create.inc.php @@ -188,7 +188,7 @@ if (support("columns") || $TABLE == "") { echo "" . optionlist($collations) . ""; echo (preg_match("~sqlite|mssql~", JUSH) ? "" : ""); } - echo "'>\n"; + echo "\n"; } if (support("columns")) { @@ -198,7 +198,7 @@ if (support("columns")) { echo "\n"; echo script("editFields();"); echo "\n

\n"; - echo lang('Auto Increment') . "\n"; + echo lang('Auto Increment') . ": \n"; echo checkbox("defaults", 1, ($_POST ? $_POST["defaults"] : get_setting("defaults")), lang('Default values'), "columnShow(this.checked, 5)", "jsonly"); $comments = ($_POST ? $_POST["comments"] : get_setting("comments")); echo (support("comment") diff --git a/adminer/include/editing.inc.php b/adminer/include/editing.inc.php index 998787a5..342ead48 100644 --- a/adminer/include/editing.inc.php +++ b/adminer/include/editing.inc.php @@ -357,7 +357,7 @@ function edit_fields($fields, $collations, $type = "TABLE", $foreign_keys = arra echo "\n"; echo ($type == "PROCEDURE" ? "" . html_select("fields[$i][inout]", explode("|", $driver->inout), $field["inout"]) : "") . ""; if ($display) { - echo "\n"; + echo "\n"; } echo ""; edit_type("fields[$i]", $field, $collations, $foreign_keys);