]> sipb.mit.edu Git - ikiwiki.git/commitdiff
* Turn off tidy indentation too.
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 5 Aug 2006 02:31:38 +0000 (02:31 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 5 Aug 2006 02:31:38 +0000 (02:31 +0000)
IkiWiki/Plugin/htmltidy.pm
debian/changelog

index 5a6a494ed418331c4e07a57864a7df15f45e0d71..e3929731991ab1e9c37fd1f7d4910d42ee820e4d 100644 (file)
@@ -17,7 +17,7 @@ sub import { #{{{
 } # }}}
 
 sub sanitize ($) { #{{{
 } # }}}
 
 sub sanitize ($) { #{{{
-       open2(*IN, *OUT, 'tidy -quiet -asxhtml -indent -utf8 --show-body-only yes --show-warnings no --tidy-mark no') or return shift;
+       open2(*IN, *OUT, 'tidy -quiet -asxhtml -utf8 --show-body-only yes --show-warnings no --tidy-mark no') or return shift;
        # open2 doesn't respect "use open ':utf8'"
        binmode (IN, ':utf8'); 
        binmode (OUT, ':utf8'); 
        # open2 doesn't respect "use open ':utf8'"
        binmode (IN, ':utf8'); 
        binmode (OUT, ':utf8'); 
index c57f6b26b7740735269e13f711874a9339a0b5f6..a66ba60f70e15cb1a381d64a30e03be904d86b33 100644 (file)
@@ -2,8 +2,9 @@ ikiwiki (1.17) UNRELEASED; urgency=low
 
   * Disable tidy generator tag.
   * Move tidy back to sanitize hook, found out how to only show body.
 
   * Disable tidy generator tag.
   * Move tidy back to sanitize hook, found out how to only show body.
+  * Turn off tidy indentation too.
 
 
- -- Joey Hess <joeyh@debian.org>  Fri,  4 Aug 2006 22:26:43 -0400
+ -- Joey Hess <joeyh@debian.org>  Fri,  4 Aug 2006 22:29:31 -0400
 
 ikiwiki (1.16) unstable; urgency=low
 
 
 ikiwiki (1.16) unstable; urgency=low