1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00

e_form: Allow HTML attribute "value" keys with blank values

Otherwise, something like `<option>Nope</option>` will get a value of
"Nope" instead of "" as in `<option value=''>Nope</option>`.
This commit is contained in:
Nick Liu
2021-10-08 18:03:44 -05:00
parent 091145c1fe
commit 840e818f40
2 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long