mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-06 09:25:03 -05:00
11 lines
373 B
XML
11 lines
373 B
XML
|
<!--
|
||
|
Description: item fullitem contains onkeyup
|
||
|
Expect: not bozo and entries[0]['description'] == u'<img src="http://www.ragingplatypus.com/i/cam-full.jpg" />'
|
||
|
-->
|
||
|
<rss version="2.0">
|
||
|
<channel>
|
||
|
<item>
|
||
|
<fullitem><img src="http://www.ragingplatypus.com/i/cam-full.jpg" onkeyup="location.href='http://www.ragingplatypus.com/';" /></fullitem>
|
||
|
</item>
|
||
|
</channel>
|
||
|
</rss>
|