diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-10-20 15:25:45 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-10-20 15:25:45 -0400 |
commit | 5e52bfb2e743138fb365cb6a63c98d836883f287 (patch) | |
tree | c59689354156dfb7b17464cc19389c5150497cb8 /debian | |
parent | 09c648cf85ee5b422649dbecfb82ef5a9b275c89 (diff) | |
download | ikiwiki-5e52bfb2e743138fb365cb6a63c98d836883f287.tar ikiwiki-5e52bfb2e743138fb365cb6a63c98d836883f287.tar.gz |
inline: Only the last feed link was put on the page, fix this to include all feed links. So rss will be included along with atom, and pages with multiple feeds will get links added for all feeds.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e53799306..42c8a52e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,9 @@ ikiwiki (2.68) UNRELEASED; urgency=low * Use the pure perl Data::Dumper when generating setup files to ensure that utf-8 characters are written out as such, and not as the encoded perl strings the C Data::Dumper produces. + * inline: Only the last feed link was put on the page, fix this to include + all feed links. So rss will be included along with atom, and pages with + multiple feeds will get links added for all feeds. -- Joey Hess <joeyh@debian.org> Fri, 17 Oct 2008 20:11:02 -0400 |