Items are currently getting encoded twice. Once in map_rows() method of the style plugin, and once during themeing.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | views_rss_redundant_encoding_708044.patch | 1.57 KB | Will White |
Items are currently getting encoded twice. Once in map_rows() method of the style plugin, and once during themeing.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | views_rss_redundant_encoding_708044.patch | 1.57 KB | Will White |
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