* Disable tidy generator tag.
parent
00ee90622c
commit
e8ec0187da
|
@ -17,7 +17,7 @@ sub import { #{{{
|
||||||
} # }}}
|
} # }}}
|
||||||
|
|
||||||
sub format ($) { #{{{
|
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'"
|
# open2 doesn't respect "use open ':utf8'"
|
||||||
binmode (IN, ':utf8');
|
binmode (IN, ':utf8');
|
||||||
binmode (OUT, ':utf8');
|
binmode (OUT, ':utf8');
|
||||||
|
|
|
@ -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
|
ikiwiki (1.16) unstable; urgency=low
|
||||||
|
|
||||||
* Try to handle relative links in aggregated feeds. However,
|
* Try to handle relative links in aggregated feeds. However,
|
||||||
|
|
Loading…
Reference in New Issue