diff options
| author | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-03-08 08:37:47 +0000 |
|---|---|---|
| committer | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-03-08 08:37:47 +0000 |
| commit | 65961672776074061b67b5ada49c1e22068bdcb5 (patch) | |
| tree | ebfd3b858e47abb0ffaf0120136231dae62d14a5 /htroot/Bookmarks.rss | |
| parent | 0d178d00a567d62d8fb462b94a309cfb9c1b02aa (diff) | |
*) bugfix for wrong RSS feed pubDate formats
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3449 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Bookmarks.rss')
| -rw-r--r-- | htroot/Bookmarks.rss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/Bookmarks.rss b/htroot/Bookmarks.rss index 5e8311f1c..35107c1d7 100644 --- a/htroot/Bookmarks.rss +++ b/htroot/Bookmarks.rss @@ -8,7 +8,7 @@ #{bookmarks}#<item> <title><![CDATA[#[title]#]]></title> <link>#[link]#</link> - <pubDate>#[date]#</pubDate> + <pubDate>#[rfc822date]#</pubDate> <guid>#[hash]#</guid> <description><![CDATA[<p>#[description]#</p><p>Tagged with | #{tags}#<a href="Bookmarks.html?tag=#[tag]#" class="bookmarkTags">#[tag]#</a> | #{/tags}#</p>]]></description> #{tags}#<category><![CDATA[#[tag]#]]></category>#{/tags}# |
