Items are currently getting encoded twice. Once in map_rows() method of the style plugin, and once during themeing.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Will White’s picture

Status: Active » Needs review
FileSize
1.57 KB

This patch removes the call to htmlentities() in map_rows() and leaves encoding entirely to the theme layer. It also replaces the use of filter_xss_admin() with check_plain(), which is more restrictive and safer.

alex_b’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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