1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-05 06:07:57 +02:00

Elastic: Avoid extra newline

This commit is contained in:
Jakub Vrana
2025-07-07 08:47:41 +02:00
parent 35b2b969be
commit 9424b7431e

View File

@@ -124,8 +124,6 @@ if (adminer()->homepage()) {
echo "\n"; echo "\n";
} }
echo script("ajaxSetHtml('" . js_escape(ME) . "script=db');");
echo "<tr><td><th>" . lang('%d in total', count($tables_list)); echo "<tr><td><th>" . lang('%d in total', count($tables_list));
echo "<td>" . h(JUSH == "sql" ? get_val("SELECT @@default_storage_engine") : ""); echo "<td>" . h(JUSH == "sql" ? get_val("SELECT @@default_storage_engine") : "");
echo "<td>" . h(db_collation(DB, collations())); echo "<td>" . h(db_collation(DB, collations()));
@@ -135,6 +133,7 @@ if (adminer()->homepage()) {
echo "\n"; echo "\n";
echo "</table>\n"; echo "</table>\n";
echo script("ajaxSetHtml('" . js_escape(ME) . "script=db');");
echo "</div>\n"; echo "</div>\n";
if (!information_schema(DB)) { if (!information_schema(DB)) {
echo "<div class='footer'><div>\n"; echo "<div class='footer'><div>\n";