* Disable tidy generator tag.

master
joey 2006-08-05 01:09:04 +00:00
parent 00ee90622c
commit e8ec0187da
2 changed files with 7 additions and 1 deletions

View 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');

6
debian/changelog vendored
View 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,