summaryrefslogtreecommitdiff
path: root/templates/rssitem.tmpl
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-31 18:49:47 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-31 18:49:47 -0400
commit2f33f294d95def3c50a467c5b5b9c5f5cae9e5fb (patch)
treee73bc9f103ef227a232ab4bb5650a0cb190b25e0 /templates/rssitem.tmpl
parent973e49e31dac3fc3e6642acac126e4140429b205 (diff)
parenta64dca8356754a14ab9a4bcdd9d1a8bdba41d64b (diff)
Merge commit 'smcv/escape-feed-html'
Diffstat (limited to 'templates/rssitem.tmpl')
-rw-r--r--templates/rssitem.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/rssitem.tmpl b/templates/rssitem.tmpl
index 1144cd5e2..42936a668 100644
--- a/templates/rssitem.tmpl
+++ b/templates/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>