Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update MFormParser.php to esacpe values with single & double quotes
Added `htmlspecialchars(json_encode($itemValue), ENT_QUOTES, 'UTF-8')` to support or rather esacpe values containing single and/or double quotes.
- Loading branch information