summaryrefslogtreecommitdiff
path: root/data/templates/rss-item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/rss-item.xml')
-rw-r--r--data/templates/rss-item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/rss-item.xml b/data/templates/rss-item.xml
index 6fb23ea..e04864e 100644
--- a/data/templates/rss-item.xml
+++ b/data/templates/rss-item.xml
@@ -1,7 +1,7 @@
<item>
<title>$title</title>
<link>$absolute/$url</link>
- <description>$description</description>
+ <description><![CDATA[$description]]></description>
<pubDate>$timestamp</pubDate>
<guid>$absolute/$url</guid>
</item>