From: Jakub Vrana Date: Fri, 21 Feb 2025 20:40:59 +0000 (+0100) Subject: Add HTML newlines X-Git-Tag: v4.17.0~46 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=40a86bffa29475ad8171f3b8ce55916fd2d802a5;p=adminer.git Add HTML newlines --- diff --git a/adminer/db.inc.php b/adminer/db.inc.php index 47e3abd3..cfafe8d6 100644 --- a/adminer/db.inc.php +++ b/adminer/db.inc.php @@ -109,6 +109,7 @@ if ($adminer->homepage()) { $tables++; } echo (support("comment") ? "" : ""); + echo "\n"; } echo "" . lang('%d in total', count($tables_list)); @@ -117,6 +118,7 @@ if ($adminer->homepage()) { foreach (array("Data_length", "Index_length", "Data_free") as $key) { echo ""; } + echo "\n"; echo "\n"; echo "\n";