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

CommentFileSizeAuthor
#4 1507848.patch1.37 KBdawehner
#1 allow-safe-html-1507848-1.patch675 bytesjantoine
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jantoine’s picture

Status: Active » Needs review
FileSize
675 bytes

Patch attached.

dawehner’s picture

What about overriding the sanitize_value method?

jantoine’s picture

That could work as well. I was just copying what I saw in handler for multiple value fields.

dawehner’s picture

FileSize
1.37 KB

Here is a small patch for this issue.

dawehner’s picture

Status: Needs review » Fixed

Reviewed my patch, it looked fine, so i just committed it to 7.x-3.x

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.