On sign up forms, the description is run through filter_xss(), not allowing any HTML. As previously fixed in #2481545: 7.x-3.3 scrubs html from subscription block?, but then later un-fixed, this patch uses the more permissive filter_xss_admin() to allow some HTML in a signup form description.
| Comment | File | Size | Author |
|---|---|---|---|
| 2481545_allow_html_in_signup_description_15.patch | 939 bytes | brunodbo |
Comments
Comment #2
brunodboComment #3
brunodboComment #4
rjacobsen0 commentedReviewed and tested. Works beautifully!
Comment #6
rjacobsen0 commentedThanks for the nice feature!