Closed (fixed)
Project:
Site map
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 May 2008 at 13:44 UTC
Updated:
6 May 2009 at 05:00 UTC
The site map module is not honoring the input filter settings for vocabulary descriptions. If you set your input filter to "Full HTML" when creating a description for a taxonomy vocabulary, the html code will show on the sitemap overview page for that vocabulary. This is because the html tags are being converted into html entity format before display.
It will display iike this:
<p>Here is some paragraph which is first.</p>
<p>Here is some paragraph which is second. I shouldn't be seeing these html paragraph tags -- but I am because they've been converted to their html entites like >p< </p>
The site map module should honor the input filter for the vocabulary description field.
Comments
Comment #1
chrisschaub commentedTo follow up, the offending line of code is ....
The check_plain should not be used here but rather process the input filter that has been assigned.
Comment #2
frjo commentedFix committed to 6-dev and a new official release is coming.