diff --git a/db_datadict.php b/db_datadict.php index 10cd8a982a..fca38b70e2 100644 --- a/db_datadict.php +++ b/db_datadict.php @@ -203,7 +203,7 @@ foreach($tables as $table) { } else { $row['Default'] = htmlspecialchars($row['Default']); } - $field_name = htmlspecialchars($row['Field']); + $field_name = $row['Field']; if (PMA_MYSQL_INT_VERSION < 50025 && ! empty($analyzed_sql[0]['create_table_fields'][$field_name]['type']) @@ -225,9 +225,9 @@ foreach($tables as $table) {