Closed (fixed)
Project:
Advanced Views RSS Feed
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2010 at 15:40 UTC
Updated:
22 Feb 2010 at 20:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
Will White commentedThis 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.
Comment #2
alex_b commentedCommitted, thank you.
http://drupal.org/cvs?commit=326000