Commit 846e098
authored
Fixing bug in form_hidden and form_open
When string containing quotes i.e. json or serialized object was passed as $hidden => form_open or as a $value => form_hidden it wasn't escaped properly.
i.e.: form_hidden('aaa', '{"foo":"bar"}') or wasn't work1 parent 9ab2a11 commit 846e098
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| |||
0 commit comments