* Fix bogus use of CDATA in atom feeds. Closes: #406898
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 14 Jan 2007 22:56:42 +0000 (22:56 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 14 Jan 2007 22:56:42 +0000 (22:56 +0000)
debian/changelog
templates/atomitem.tmpl

index ceeb6d7e79aa8f9a278884ccdcbb10e0dfdc1773..8ba13ae484984802aec000e706d217e2209ee7b6 100644 (file)
@@ -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
 
index 00551929615bd5c366df0fd567b5e1f06c2f04b5..9dfcb1b3283bdbccfe1a5f3b4fe577efc6f4fab4 100644 (file)
@@ -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>