bug #1699772 Visual space bug in table name (in browser)

This commit is contained in:
Sebastian Mendel
2007-05-14 12:13:44 +00:00
parent 84b9a15a0e
commit b4c5dda95d
6 changed files with 14 additions and 11 deletions

View File

@@ -340,7 +340,7 @@ foreach ($tables_names_only as $each_table) {
echo ' <option value="' . htmlspecialchars($each_table) . '"'
. $is_selected . '>'
. htmlspecialchars($each_table) . '</option>' . "\n";
. str_replace(' ', '&nbsp;', htmlspecialchars($each_table)) . '</option>' . "\n";
} // end while
echo ' </select>' . "\n";