summaryrefslogtreecommitdiff
path: root/htroot/Bookmarks.rss
diff options
context:
space:
mode:
authorreger <reger18@arcor.de>2014-07-21 19:26:12 +0200
committerreger <reger18@arcor.de>2014-07-21 19:26:12 +0200
commit7f0e757bb522fda06eace048ee8542b55537aac1 (patch)
treecfad07de80c61f7ab50e2ecaaa1e3c95ac7caad9 /htroot/Bookmarks.rss
parente441831a2491d111e6027f0006aa759e4cba742e (diff)
fix bookmark.rss
- channel end tag postion - link with html entity
Diffstat (limited to 'htroot/Bookmarks.rss')
-rw-r--r--htroot/Bookmarks.rss26
1 files changed, 13 insertions, 13 deletions
diff --git a/htroot/Bookmarks.rss b/htroot/Bookmarks.rss
index f5dec691f..5a44ad6ce 100644
--- a/htroot/Bookmarks.rss
+++ b/htroot/Bookmarks.rss
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
- <channel>
- <title><![CDATA[YaCy '#[clientname]#': Bookmarks]]></title>
- <link>http://#[address]#/Bookmarks.html</link>
- <description><![CDATA[#[user]#'s Bookmark-Feed]]></description>
- </channel>
- #{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>#{/display_bookmarks}#
+ <channel>
+ <title><![CDATA[YaCy '#[clientname]#': Bookmarks]]></title>
+ <link>http://#[address]#/Bookmarks.html</link>
+ <description><![CDATA[#[user]#'s Bookmark-Feed]]></description>
+ #{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>#{/display_bookmarks}#
+ </channel>
</rss> \ No newline at end of file