Skip to content

Commit

Permalink
Update property name bookmarks to display_bookmarks (changed in SVN 5…
Browse files Browse the repository at this point in the history
…554) to fix the broken Bookmark RSS feed

- Fixes RSS part of http://forum.yacy-websuche.de/viewtopic.php?f=6&t=1824

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6706 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
mikeworks committed Feb 28, 2010
1 parent c52dec0 commit e76f1e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htroot/Bookmarks.rss
Expand Up @@ -5,12 +5,12 @@
<link>http://#[address]#/Bookmarks.html</link>
<description><![CDATA[#[user]#'s Bookmark-Feed]]></description>
</channel>
#{bookmarks}#<item>
#{display_bookmarks}#<item>
<title><![CDATA[#[title]#]]></title>
<link>#[link]#</link>
<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}#
</item>#{/bookmarks}#
</item>#{/display_bookmarks}#
</rss>

0 comments on commit e76f1e6

Please sign in to comment.