2 May
2005
2 May
'05
12:57 a.m.
Issue status update for http://drupal.org/node/21751 Project: Drupal Version: cvs Component: taxonomy.module Category: bug reports Priority: normal Assigned to: Anonymous Reported by: crunchywelch Updated by: crunchywelch Status: patch Attachment: http://drupal.org/files/issues/taxonomy_8.patch (694 bytes) In the case of a category name with an amphersand or other reserved xml character the rss output of taxonomy module can break the feed. This one line patch runs check_plain on the category value in the taxonomy_rss_item() function which is the way that node_feed works and solves the problem. This patch is against cvs, can provide one for 4.6 if needed. Thanks! crunchywelch