In commerce_fieldgroup_panes_commerce_checkout_pane_info() the title value is ran through check_plain() but commerce runs the titles through check_plain when creating the form and so the titles get double-escaped resulting in anything that should be escaped getting garbled (eg an apostrophe), patch incoming...
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | commerce_fieldgroup_panes-redundant_check_plain-1883324-1.patch | 720 bytes | mjpa |
Comments
Comment #1
mjpa commentedThe patch...
Comment #2
joelpittetI still have double escaping but at least it's not triple escaped.
&became&Thanks @mjpa
Comment #4
pcambraBetter than nothing, thanks for the patch and the review!