From 163562d6657b643d5555ebcdb5113f8bca73b266 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 9 Jul 2010 15:10:53 +0200 Subject: [PATCH] Use nbsp() for possibly empty values --- adminer/db.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 " "; }