bug #1699772 Visual space bug in table name (in browser)
This commit is contained in:
@@ -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(' ', ' ', htmlspecialchars($each_table)) . '</option>' . "\n";
|
||||
} // end while
|
||||
|
||||
echo ' </select>' . "\n";
|
||||
|
Reference in New Issue
Block a user