FriendsOfREDAXO / mform

Spielend einfach umfangreiche Modul-Input-Formulare erzeugen.
MIT License
77 stars 19 forks source link

Update MFormParser.php to esacpe values with single & double quotes #358

Closed ynamite closed 2 months ago

ynamite commented 2 months ago

Added htmlspecialchars(json_encode($itemValue), ENT_QUOTES, 'UTF-8') to support (or rather esacpe) values containing single and/or double quotes.