projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb45d3c
)
Added missing hook registration for checkconfig
author
Tuomas Jormola
<tj@solitudo.net>
Sun, 31 Oct 2010 01:02:38 +0000
(
03:02
+0200)
committer
Joey 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
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/htmltidy.pm
b/IkiWiki/Plugin/htmltidy.pm
index 185d01dd68c54a3db899ee299a7a5552ba62a519..1108aeb894e658a35eff011975c1c0b50d14a439 100644
(file)
--- a/
IkiWiki/Plugin/htmltidy.pm
+++ b/
IkiWiki/Plugin/htmltidy.pm
@@
-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 () {