* Fix bogus use of CDATA in atom feeds. Closes: #406898
parent
191c4ee341
commit
fa8bbbb0b3
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue