diff --git a/adminer/call.inc.php b/adminer/call.inc.php index 27ce9f7a..3976f668 100644 --- a/adminer/call.inc.php +++ b/adminer/call.inc.php @@ -64,7 +64,7 @@ if (!$error && $_POST) {
\n"; + echo "\n"; foreach ($in as $key) { $field = $routine["fields"][$key]; $name = $field["field"]; diff --git a/adminer/create.inc.php b/adminer/create.inc.php index 6ee635de..a4e8e019 100644 --- a/adminer/create.inc.php +++ b/adminer/create.inc.php @@ -186,7 +186,7 @@ foreach ($engines as $engine) {
-
+
@@ -221,7 +221,7 @@ if (support("partitioning")) { " . optionlist(array("" => "") + $partition_by, $row["partition_by"]) . "" . on_help("getTarget(event).value.replace(/./, 'PARTITION BY \$&')", 1) . script("qsl('select').onchange = partitionByChange;"); ?> (">) : " value=""> -
> +> $val) { diff --git a/adminer/db.inc.php b/adminer/db.inc.php index cfafe8d6..5cf3b8cd 100644 --- a/adminer/db.inc.php +++ b/adminer/db.inc.php @@ -66,7 +66,7 @@ if ($adminer->homepage()) { } } echo "
\n"; - echo "
\n"; + echo "
\n"; echo script("mixin(qsl('table'), {onclick: tableClick, ondblclick: partialArg(tableClick, true)});"); echo ''; echo '
' . script("qs('#check-all').onclick = partial(formCheck, /^(tables|views)\[/);", ""); @@ -161,7 +161,7 @@ if ($adminer->homepage()) { echo "

" . lang('Routines') . "

\n"; $routines = routines(); if ($routines) { - echo "\n"; + echo "
\n"; echo '\n"; foreach ($routines as $row) { $name = ($row["SPECIFIC_NAME"] == $row["ROUTINE_NAME"] ? "" : "&name=" . urlencode($row["ROUTINE_NAME"])); // not computed on the pages to be able to print the header first @@ -183,7 +183,7 @@ if ($adminer->homepage()) { echo "

" . lang('Sequences') . "

\n"; $sequences = get_vals("SELECT sequence_name FROM information_schema.sequences WHERE sequence_schema = current_schema() ORDER BY sequence_name"); if ($sequences) { - echo "
' . lang('Name') . '' . lang('Type') . '' . lang('Return type') . "
\n"; + echo "
\n"; echo "\n"; foreach ($sequences as $val) { echo "
" . lang('Name') . "
" . h($val) . "\n"; @@ -197,7 +197,7 @@ if ($adminer->homepage()) { echo "

" . lang('User types') . "

\n"; $user_types = types(); if ($user_types) { - echo "\n"; + echo "
\n"; echo "\n"; foreach ($user_types as $val) { echo "
" . lang('Name') . "
" . h($val) . "\n"; @@ -211,7 +211,7 @@ if ($adminer->homepage()) { echo "

" . lang('Events') . "

\n"; $rows = get_rows("SHOW EVENTS"); if ($rows) { - echo "\n"; + echo "
\n"; echo "\n"; foreach ($rows as $row) { echo ""; diff --git a/adminer/dump.inc.php b/adminer/dump.inc.php index e81f80fd..9e1ca291 100644 --- a/adminer/dump.inc.php +++ b/adminer/dump.inc.php @@ -137,7 +137,7 @@ page_header(lang('Export'), $error, ($_GET["export"] != "" ? array("table" => $_ ?> -
" . lang('Name') . "" . lang('Schedule') . "" . lang('Start') . "" . lang('End') . "
+
" . lang('Data') . "" . html_select('data_style', $data_style,

- +
-
+
" data-maxlength="64" autocapitalize="off">
">
"> diff --git a/adminer/foreign.inc.php b/adminer/foreign.inc.php index 75a909e9..6e90b731 100644 --- a/adminer/foreign.inc.php +++ b/adminer/foreign.inc.php @@ -77,7 +77,7 @@ if ($jush == "pgsql") { ?>