summaryrefslogtreecommitdiff
path: root/rssitem.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-08-30 04:31:05 +0200
committerJonas Smedegaard <dr@jones.dk>2008-08-30 04:31:05 +0200
commit88b362cc476eb04b7b4471908ea84c67815f6085 (patch)
tree82bd6080b1d33113d78557bd4b0da4ca1906b5c2 /rssitem.tmpl
parent03dddc72f595befbd6322dd32da6b4fcc3b2d1f1 (diff)
Sync with ikiwiki 2.62.1.
Diffstat (limited to 'rssitem.tmpl')
-rw-r--r--rssitem.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/rssitem.tmpl b/rssitem.tmpl
index 1144cd5..42936a6 100644
--- a/rssitem.tmpl
+++ b/rssitem.tmpl
@@ -21,6 +21,6 @@
<TMPL_IF NAME="ENCLOSURE">
<enclosure url="<TMPL_VAR ENCLOSURE>" type="<TMPL_VAR TYPE>" length="<TMPL_VAR LENGTH>" />
<TMPL_ELSE>
- <description><![CDATA[<TMPL_VAR CONTENT>]]></description>
+ <description><TMPL_VAR CONTENT ESCAPE=HTML></description>
</TMPL_IF>
</item>