mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-06 09:25:03 -05:00
7 lines
204 B
XML
7 lines
204 B
XML
|
<!--
|
||
|
Description: feed icon
|
||
|
Expect: not bozo and feed['icon'] == u'http://example.com/favicon.ico'
|
||
|
-->
|
||
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
||
|
<icon>http://example.com/favicon.ico</icon>
|
||
|
</feed>
|