Problem/Motivation
'<br />' cannot be used as a separator of taxonomy terms associated with a node.
Proposed resolution
Replace sanitize_value() with filter_xss_admin() in render_items() of the views_handler_field_prerender_list.inc.
Remaining tasks
Patch to be written.
Original report by AntoineSolutions
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 1507848.patch | 1.37 KB | dawehner |
| #1 | allow-safe-html-1507848-1.patch | 675 bytes | jantoine |
Comments
Comment #1
jantoine commentedPatch attached.
Comment #2
dawehnerWhat about overriding the sanitize_value method?
Comment #3
jantoine commentedThat could work as well. I was just copying what I saw in handler for multiple value fields.
Comment #4
dawehnerHere is a small patch for this issue.
Comment #5
dawehnerReviewed my patch, it looked fine, so i just committed it to 7.x-3.x