- IkiWiki::hook(type => "htmlize", id => "html", call => \&htmlize);
- IkiWiki::hook(type => "htmlize", id => "htm", call => \&htmlize);
+ hook(type => "getsetup", id => "html", call => \&getsetup);
+ hook(type => "htmlize", id => "html", call => \&htmlize);
+ hook(type => "htmlize", id => "htm", call => \&htmlize);