Download & Extend

[patch] feed icon is displayed as HTML.

Project:Article
Version:4.6.x-1.x-dev
Component:User interface
Category:bug report
Priority:normal
Assigned:msameer
Status:closed (fixed)

Issue Summary

when you visit the article page:
http://www.foolab.org/article

The RSS feed icon is displayed as HTML
XML Feed

Attahed a patch to fix it.

AttachmentSize
fix_feed_icon_display.diff895 bytes

Comments

#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

Status:active» needs review

Changing status to patch.

#3

maybe you should use theme_xml_icon()

#4

Status:needs review» fixed

#5

Fixed in the CVS

#6

Assigned to:Anonymous» msameer
Status:fixed» closed (fixed)