summaryrefslogtreecommitdiff
path: root/data/templates/rss.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/rss.xml')
-rw-r--r--data/templates/rss.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/data/templates/rss.xml b/data/templates/rss.xml
index 36f3abd..d2f3915 100644
--- a/data/templates/rss.xml
+++ b/data/templates/rss.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
- <title>$title</title>
- <link>$root</link>
- <description><![CDATA[$description]]></description>
- <atom:link href="$root$url" rel="self"
+ <title>$title$</title>
+ <link>$root$</link>
+ <description><![CDATA[$description$]]></description>
+ <atom:link href="$root$$url$" rel="self"
type="application/rss+xml" />
- <lastBuildDate>$timestamp</lastBuildDate>
- $body
+ <lastBuildDate>$timestamp$</lastBuildDate>
+ $body$
</channel>
</rss>