bug #1699772 Visual space bug in table name (in browser)
This commit is contained in:
@@ -50,7 +50,8 @@ foreach ($tables as $each_table) {
|
||||
}
|
||||
$table_html = htmlspecialchars($each_table['Name']);
|
||||
$multi_values .= ' <option value="' . $table_html . '"'
|
||||
. $is_selected . '>' . $table_html . '</option>' . "\n";
|
||||
. $is_selected . '>'
|
||||
. str_replace(' ', ' ', $table_html) . '</option>' . "\n";
|
||||
} // end for
|
||||
$multi_values .= "\n";
|
||||
$multi_values .= '</select></div>';
|
||||
|
Reference in New Issue
Block a user