1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

e_form: Handle attribute HTML entities properly for most form elements

The result is a much more consistent form experience with less fear that
some values put into an `e_form` method will break the web page.

This commit covers the most common uses of `e_form` with HTML attribute
quoting via `e_form::attributes()`.
This commit is contained in:
Nick Liu
2021-10-06 20:14:51 -05:00
parent 2080c772c1
commit 2fa9d10c57
2 changed files with 527 additions and 306 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long