aboutsummaryrefslogtreecommitdiff
path: root/templates/atomitem.tmpl
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-01-14 22:56:42 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-01-14 22:56:42 +0000
commitfa8bbbb0b3724a6a96bc9b910cf8f1e1a7f1b433 (patch)
tree6863b7b465ca2068bca8592510a8a6a3efeea758 /templates/atomitem.tmpl
parent191c4ee34160f74a35bb4db2bfdec12762924623 (diff)
downloadikiwiki-fa8bbbb0b3724a6a96bc9b910cf8f1e1a7f1b433.tar
ikiwiki-fa8bbbb0b3724a6a96bc9b910cf8f1e1a7f1b433.tar.gz
* Fix bogus use of CDATA in atom feeds. Closes: #406898
Diffstat (limited to 'templates/atomitem.tmpl')
-rw-r--r--templates/atomitem.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/atomitem.tmpl b/templates/atomitem.tmpl
index 005519296..9dfcb1b32 100644
--- a/templates/atomitem.tmpl
+++ b/templates/atomitem.tmpl
@@ -17,7 +17,7 @@
<TMPL_ELSE>
<content type="xhtml" xml:lang="en">
<div xmlns="http://www.w3.org/1999/xhtml">
- ![CDATA[<TMPL_VAR CONTENT>]]
+ <TMPL_VAR CONTENT>
</div>
</content>
</TMPL_IF>