]> git.joonet.de Git - adminer.git/commitdiff
Add HTML newlines
authorJakub Vrana <jakub@vrana.cz>
Fri, 21 Feb 2025 20:40:59 +0000 (21:40 +0100)
committerJakub Vrana <jakub@vrana.cz>
Fri, 21 Feb 2025 20:40:59 +0000 (21:40 +0100)
adminer/db.inc.php

index 47e3abd3764d8c60adb95228417894cb6aeb7243..cfafe8d633edac4cc0146a8683e9e57394dc1af0 100644 (file)
@@ -109,6 +109,7 @@ if ($adminer->homepage()) {
                                        $tables++;
                                }
                                echo (support("comment") ? "<td id='Comment-" . h($name) . "'>" : "");
+                               echo "\n";
                        }
 
                        echo "<tr><td><th>" . 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 "<td align='right' id='sum-$key'>";
                        }
+                       echo "\n";
 
                        echo "</table>\n";
                        echo "</div>\n";