echo (support("comment") ? "<td id='Comment-" . h($name) . "'> " : "");
}
echo "<tr><td> <th>" . lang('%d in total', count($tables_list));
- echo "<td>" . $connection->result("SELECT @@storage_engine");
- echo "<td>" . db_collation(DB, collations());
+ echo "<td>" . nbsp($connection->result("SELECT @@storage_engine"));
+ echo "<td>" . nbsp(db_collation(DB, collations()));
foreach ($sums as $key => $val) {
echo "<td align='right' id='sum-$key'> ";
}