From: Jakub Vrana Date: Fri, 9 Jul 2010 13:10:53 +0000 (+0200) Subject: Use nbsp() for possibly empty values X-Git-Tag: v3.0.0~62 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=163562d6657b643d5555ebcdb5113f8bca73b266;p=adminer.git Use nbsp() for possibly empty values --- diff --git a/adminer/db.inc.php b/adminer/db.inc.php index 89b69b8a..bc67f4a4 100644 --- a/adminer/db.inc.php +++ b/adminer/db.inc.php @@ -70,8 +70,8 @@ if ($_GET["ns"] !== "") { echo (support("comment") ? " " : ""); } echo " " . lang('%d in total', count($tables_list)); - echo "" . $connection->result("SELECT @@storage_engine"); - echo "" . db_collation(DB, collations()); + echo "" . nbsp($connection->result("SELECT @@storage_engine")); + echo "" . nbsp(db_collation(DB, collations())); foreach ($sums as $key => $val) { echo " "; }