mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-03 09:40:06 +00:00
13 lines
261 B
XML
13 lines
261 B
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!--
|
|
|
|
Description: non-RFC822 date should produce null feed.updated
|
|
Expect: feed.updated == null
|
|
|
|
-->
|
|
<rss version="2.0" >
|
|
<channel>
|
|
<pubDate>Satmonkey, 07 Sepmonkey 2002 00:00:01 GMT</pubDate>
|
|
</channel>
|
|
</rss>
|