mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 03:24:20 +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: