From e8ec0187dad6eb81e71fedfaefced2dc2f6b2fda Mon Sep 17 00:00:00 2001
From: joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Date: Sat, 5 Aug 2006 01:09:04 +0000
Subject: [PATCH] * Disable tidy generator tag.

---
 IkiWiki/Plugin/htmltidy.pm | 2 +-
 debian/changelog           | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/IkiWiki/Plugin/htmltidy.pm b/IkiWiki/Plugin/htmltidy.pm
index 6c1fba98e..94263e558 100644
--- a/IkiWiki/Plugin/htmltidy.pm
+++ b/IkiWiki/Plugin/htmltidy.pm
@@ -17,7 +17,7 @@ sub import { #{{{
 } # }}}
 
 sub format ($) { #{{{
-	open2(*IN, *OUT, 'tidy -quiet -asxhtml -indent -utf8 --show-warnings no') or return shift;
+	open2(*IN, *OUT, 'tidy -quiet -asxhtml -indent -utf8 --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 6967b1e6d..6947b4717 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ikiwiki (1.17) UNRELEASED; urgency=low
+
+  * Disable tidy generator tag.
+
+ -- Joey Hess <joeyh@debian.org>  Fri,  4 Aug 2006 21:00:05 -0400
+
 ikiwiki (1.16) unstable; urgency=low
 
   * Try to handle relative links in aggregated feeds. However,
-- 
2.39.5