summaryrefslogtreecommitdiff
path: root/data/templates/rss.xml
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2010-06-22 11:56:42 +0200
committerJasper Van der Jeugt <jaspervdj@gmail.com>2010-06-22 11:56:42 +0200
commitd875c1e3309d224cbd344fe690ff9846378f2668 (patch)
tree0a0decbe046d6fd0c18ba1e9a59c12346f927d00 /data/templates/rss.xml
parent6059de5401c49d1dbf49d9283b0773ed9cbcb843 (diff)
downloadhakyll-d875c1e3309d224cbd344fe690ff9846378f2668.tar.gz
Wrap RSS descriptions in CDATA
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>