diff --git a/tbl_create.php b/tbl_create.php index 4d3171ad9..c40238658 100644 --- a/tbl_create.php +++ b/tbl_create.php @@ -287,7 +287,9 @@ if (isset($_REQUEST['do_save_data'])) { $new_table_string .= ' ' . "\n"; $new_table_string .= ''; - $new_table_string .= ''. $table . ''; + $new_table_string .= '' + . htmlspecialchars($table) . ''; if (PMA_Tracker::isActive()) { $truename = str_replace(' ', ' ', htmlspecialchars($table));