summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--IkiWiki/Plugin/htmltidy.pm2
-rw-r--r--debian/changelog3
2 files changed, 3 insertions, 2 deletions
diff --git a/IkiWiki/Plugin/htmltidy.pm b/IkiWiki/Plugin/htmltidy.pm
index 5a6a494ed..e39297319 100644
--- a/IkiWiki/Plugin/htmltidy.pm
+++ b/IkiWiki/Plugin/htmltidy.pm
@@ -17,7 +17,7 @@ sub import { #{{{
} # }}}
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');
diff --git a/debian/changelog b/debian/changelog
index c57f6b26b..a66ba60f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.
+ * 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