summaryrefslogtreecommitdiff
path: root/rssitem.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-08-30 13:38:55 +0200
committerJonas Smedegaard <dr@jones.dk>2008-08-30 13:38:55 +0200
commita815528319efd446c0964a36e77677d418795b26 (patch)
tree8a7a2838ee0c28eb09b367b4c99ac94c127942c9 /rssitem.tmpl
parent042ca9033d507c317b27dce192219ec35ee8c43e (diff)
parent88b362cc476eb04b7b4471908ea84c67815f6085 (diff)
Merge branch 'master' into scs
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>