Work around XML::Atom strangeness that results in double-encoded posts. (smcv)

master
Joey Hess 2009-02-03 15:05:18 -05:00
parent b8b302cfa3
commit cba0b67a19
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -5,6 +5,8 @@ ikiwiki (3.04) UNRELEASED; urgency=low
engines where visiting a nonexistent page provides you with a link
to create it. (smcv)
* Factor out redundant code into goto plugin. (smcv)
* Work around XML::Atom strangeness that results in double-encoded posts.
(smcv)
-- Joey Hess <joeyh@debian.org> Sat, 31 Jan 2009 19:04:45 -0500

View File

@ -19,4 +19,4 @@ also apply the same workaround (and doing so should be harmless even
when XML::Feed is fixed); please consider merging my 'atom' branch,
which does so. --[[smcv]]
[[!tag patch]]
[[!tag patch done]]