Closed (fixed)
Project:
Drupal core
Component:
taxonomy.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 May 2005 at 22:57 UTC
Updated:
16 May 2005 at 08:59 UTC
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!
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy_8.patch | 694 bytes | crunchywelch |
Comments
Comment #1
morbus iffI ran into this the other day. I haven't tested the patch, but it certainly looks sane.
Comment #2
dries commentedCommitted to HEAD. Thanks.
Comment #3
(not verified) commented