From acaee3d0bce78b6e6d8989821150d28a87026ff0 Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 4 Aug 2006 07:04:16 +0000 Subject: [PATCH] * Fix the htmltidy plugin, which wasn't working due my breaking it when I added it.. --- IkiWiki/Plugin/htmltidy.pm | 4 ++-- debian/changelog | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/IkiWiki/Plugin/htmltidy.pm b/IkiWiki/Plugin/htmltidy.pm index ad405dce5..fa08e4ef5 100644 --- a/IkiWiki/Plugin/htmltidy.pm +++ b/IkiWiki/Plugin/htmltidy.pm @@ -5,7 +5,7 @@ # It is particularly useful when the html plugin is used. # # by Faidon Liambotis -package IkiWiki::Plugin::tidy; +package IkiWiki::Plugin::htmltidy; use warnings; use strict; @@ -21,7 +21,7 @@ sub sanitize ($) { #{{{ # open2 doesn't respect "use open ':utf8'" binmode (IN, ':utf8'); binmode (OUT, ':utf8'); - + print OUT shift; close OUT; diff --git a/debian/changelog b/debian/changelog index c6de974c6..de7d64344 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,8 +11,10 @@ ikiwiki (1.16) UNRELEASED; urgency=low * Encode link and guid urls in rss feeds to avoid illegal utf8 slipping in. * Add xhtml files to the default prune regexp. * Also generate rel=bookmark links for permalinks. + * Fix the htmltidy plugin, which wasn't working due my breaking it when + I added it.. - -- Joey Hess Thu, 3 Aug 2006 22:35:11 -0400 + -- Joey Hess Fri, 4 Aug 2006 03:03:19 -0400 ikiwiki (1.15) unstable; urgency=low -- 2.44.0