diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-02-03 15:05:18 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-02-03 15:05:18 -0500 |
commit | cba0b67a19a0625f769915f6249f5139af7d907a (patch) | |
tree | e64c2a3bba358fbcd75f3f26dbaf7ad85f30ab14 /doc/bugs | |
parent | b8b302cfa367f47d0c68d1f4e5fbf4f0b2aef25b (diff) | |
download | ikiwiki-cba0b67a19a0625f769915f6249f5139af7d907a.tar ikiwiki-cba0b67a19a0625f769915f6249f5139af7d907a.tar.gz |
Work around XML::Atom strangeness that results in double-encoded posts. (smcv)
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Aggregated_Atom_feeds_are_double-encoded.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/Aggregated_Atom_feeds_are_double-encoded.mdwn b/doc/bugs/Aggregated_Atom_feeds_are_double-encoded.mdwn index c2d9e17ef..fbdc58d5d 100644 --- a/doc/bugs/Aggregated_Atom_feeds_are_double-encoded.mdwn +++ b/doc/bugs/Aggregated_Atom_feeds_are_double-encoded.mdwn @@ -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]] |