summaryrefslogtreecommitdiff
path: root/rssitem.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-08-30 13:38:57 +0200
committerJonas Smedegaard <dr@jones.dk>2008-08-30 13:38:57 +0200
commit238970db45a8503ed65fdf5b63a6a2d1eb3de222 (patch)
tree803e527e95434f93305d532041d0bb7add30b463 /rssitem.tmpl
parent3eb7f68b5f549ba5f82ddd17210f9959a9d0ce9a (diff)
parentb812ce24fa7c6b4ade81923b9082fd1e4f6afbb1 (diff)
Merge branch 'master-nb' into wian-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>