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
commit812bdffa6a2508688fb50006e4ef58bbe02df6d5 (patch)
tree02d0017520ddaec745cdd1f6c80a7e5cf214b73c /rssitem.tmpl
parentcb3a77b0f57c26dfab36db88e4d38d02eee0a29a (diff)
parentbf8d7c3c241795ed87eaba3ab07071b3928d3d54 (diff)
Merge branch 'clean-nb' into allinone-nonedit-nb
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>