]> sipb.mit.edu Git - ikiwiki.git/commitdiff
* Fix the htmltidy plugin, which wasn't working due my breaking it when
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 4 Aug 2006 07:04:16 +0000 (07:04 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 4 Aug 2006 07:04:16 +0000 (07:04 +0000)
  I added it..

IkiWiki/Plugin/htmltidy.pm
debian/changelog

index ad405dce581184860b819cd077cc262ff6728875..fa08e4ef5d29f218018fa9da172a1fe2f5b1eb5a 100644 (file)
@@ -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;
 
index c6de974c67513a58e13857c34c7cd4dbfef22732..de7d6434402e0af8be08117c76a70488f42fefb0 100644 (file)
@@ -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 <joeyh@debian.org>  Thu,  3 Aug 2006 22:35:11 -0400
+ -- Joey Hess <joeyh@debian.org>  Fri,  4 Aug 2006 03:03:19 -0400
 
 ikiwiki (1.15) unstable; urgency=low