sub import {
hook(type => "getsetup", id => "tidy", call => \&getsetup);
hook(type => "sanitize", id => "tidy", call => \&sanitize);
+ hook(type => "checkconfig", id => "tidy", call => \&checkconfig);
}
sub getsetup () {
* txt: Fix display when used inside a format directive.
* highlight: Ensure that other, more-specific format plugins,
like txt are used in preference to this one in case of ties.
+ * htmltidy: Add missing checkconfig hook registration. Closes: #601912
-- Joey Hess <joeyh@debian.org> Mon, 25 Oct 2010 22:30:29 -0400