]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Added missing hook registration for checkconfig
authorTuomas Jormola <tj@solitudo.net>
Sun, 31 Oct 2010 01:02:38 +0000 (03:02 +0200)
committerJoey Hess <joey@kitenet.net>
Sun, 31 Oct 2010 02:02:30 +0000 (22:02 -0400)
Signed-off-by: Tuomas Jormola <tj@solitudo.net>
IkiWiki/Plugin/htmltidy.pm

index 185d01dd68c54a3db899ee299a7a5552ba62a519..1108aeb894e658a35eff011975c1c0b50d14a439 100644 (file)
@@ -15,6 +15,7 @@ use IPC::Open2;
 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 () {