} # }}}
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');
+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,