diff options
| author | mikeworks <mikeworks@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-02-28 11:22:01 +0000 |
|---|---|---|
| committer | mikeworks <mikeworks@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-02-28 11:22:01 +0000 |
| commit | e76f1e6cc03037c73a447613e58076738ce1e92e (patch) | |
| tree | 1fea83db09adcc779bfc33f897c0b848f7c19618 /htroot/Bookmarks.rss | |
| parent | c52dec0c06cdf7dd4f110eb9f9ee5702d34adf02 (diff) | |
Update property name bookmarks to display_bookmarks (changed in SVN 5554) 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
Diffstat (limited to 'htroot/Bookmarks.rss')
| -rw-r--r-- | htroot/Bookmarks.rss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/Bookmarks.rss b/htroot/Bookmarks.rss index b8d04da8b..7078c48d2 100644 --- a/htroot/Bookmarks.rss +++ b/htroot/Bookmarks.rss @@ -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>
\ No newline at end of file |
