]> sipb.mit.edu Git - ikiwiki.git/commitdiff
* Disable tidy generator tag.
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 5 Aug 2006 01:09:04 +0000 (01:09 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 5 Aug 2006 01:09:04 +0000 (01:09 +0000)
IkiWiki/Plugin/htmltidy.pm
debian/changelog

index 6c1fba98e1b98e913ead06258a74ac21050d34de..94263e558284e6c18863799cb83d5a78ba599ca4 100644 (file)
@@ -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'); 
index 6967b1e6df70da182d9c1e465ce60aaa31423731..6947b4717b60d86a7979e64ae69ef390a9fa49f5 100644 (file)
@@ -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,