mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 09:34:10 +02:00
Use nbsp() for possibly empty values
This commit is contained in:
@@ -70,8 +70,8 @@ if ($_GET["ns"] !== "") {
|
|||||||
echo (support("comment") ? "<td id='Comment-" . h($name) . "'> " : "");
|
echo (support("comment") ? "<td id='Comment-" . h($name) . "'> " : "");
|
||||||
}
|
}
|
||||||
echo "<tr><td> <th>" . lang('%d in total', count($tables_list));
|
echo "<tr><td> <th>" . lang('%d in total', count($tables_list));
|
||||||
echo "<td>" . $connection->result("SELECT @@storage_engine");
|
echo "<td>" . nbsp($connection->result("SELECT @@storage_engine"));
|
||||||
echo "<td>" . db_collation(DB, collations());
|
echo "<td>" . nbsp(db_collation(DB, collations()));
|
||||||
foreach ($sums as $key => $val) {
|
foreach ($sums as $key => $val) {
|
||||||
echo "<td align='right' id='sum-$key'> ";
|
echo "<td align='right' id='sum-$key'> ";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user