]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/polygen.pm
* Updated ikiwiki.svgz from Recai, includes an icon and is used to generate
[ikiwiki.git] / IkiWiki / Plugin / polygen.pm
index 82fd575a78e5b921e1c73977626ff11d44825b4f..05ad4416ec58c7ad4962305a20dfef6374a47dfa 100644 (file)
@@ -11,8 +11,7 @@ use IkiWiki;
 use File::Find;
 
 sub import { #{{{
-       IkiWiki::hook(type => "preprocess", id => "polygen",
-               call => \&preprocess);
+       hook(type => "preprocess", id => "polygen", call => \&preprocess);
 } # }}}
 
 sub preprocess (@) { #{{{