aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--templates/atomitem.tmpl2
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index ceeb6d7e7..8ba13ae48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ ikiwiki (1.40) UNRELEASED; urgency=low
* Fix missing categories in rss/atom feeds.
* Add French translation by Jean-Luc Coulon. Closes: #406881
+ * Fix bogus use of CDATA in atom feeds. Closes: #406898
- -- Joey Hess <joeyh@debian.org> Sun, 14 Jan 2007 15:44:42 -0500
+ -- Joey Hess <joeyh@debian.org> Sun, 14 Jan 2007 17:49:11 -0500
ikiwiki (1.39) unstable; urgency=low
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>