mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
escaping, b24e7acf3f (commitcomment-32490347)
This commit is contained in:
parent
69ff2fa8ad
commit
538b74ca63
@ -76,7 +76,7 @@ function legacy_html_escape_form_data(&$settings)
|
||||
if (is_array($dataValue)) {
|
||||
legacy_html_escape_form_data($dataValue);
|
||||
} else {
|
||||
$settings[$dataKey] = htmlspecialchars($dataValue, ENT_QUOTES);
|
||||
$settings[$dataKey] = htmlspecialchars($dataValue, ENT_QUOTES | ENT_HTML401);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user