1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 01:19:44 +01: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
No known key found for this signature in database
GPG Key ID: 1167C5F9C9897637
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