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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/rss.xml b/data/templates/rss.xml
index 1aaaffe..bbdfc7e 100644
--- a/data/templates/rss.xml
+++ b/data/templates/rss.xml
@@ -3,7 +3,7 @@
<channel>
<title>$title</title>
<link>$absolute</link>
- <description>$description</description>
+ <description><![CDATA[$description]]></description>
<atom:link href="$absolute/$url" rel="self"
type="application/rss+xml" />
<lastBuildDate>$timestamp</lastBuildDate>