[patch] feed icon is displayed as HTML.
msameer - October 1, 2005 - 01:43
| Project: | Article |
| Version: | 4.6.x-1.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | msameer |
| Status: | closed |
Jump to:
Description
when you visit the article page:
http://www.foolab.org/article
The RSS feed icon is displayed as HTML
Attahed a patch to fix it.
| Attachment | Size |
|---|---|
| fix_feed_icon_display.diff | 895 bytes |

#1
untested
but shouldnt this
<img src=\"misc/xml.png\" alt=\"XML Feed\" \>be this
<img src=\"misc/xml.png\" alt=\"XML Feed\" />?
cu tobias
#2
Changing status to patch.
#3
maybe you should use theme_xml_icon()
#4
#5
Fixed in the CVS
#6