summaryrefslogtreecommitdiff
path: root/rssitem.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-08-30 13:39:42 +0200
committerJonas Smedegaard <dr@jones.dk>2008-08-30 13:39:42 +0200
commitfbbc927ed4acd647fc4656486ecdb4417771b6ad (patch)
tree137135e4a4fcb63d58dbccec078eca43c7da016f /rssitem.tmpl
parent0ee2e710fa9d8cebce9d0c2c2977dfb777c6ec81 (diff)
parent88b362cc476eb04b7b4471908ea84c67815f6085 (diff)
Merge branch 'clean' into allinone-nonedit
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>