]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/wikitext.pm
* Work on firming up the plugin interface:
[ikiwiki.git] / IkiWiki / Plugin / wikitext.pm
index 5c46c565cc7b95100c3124fa9a3c496bb4afc502..95182f870c671a8c758e35231df93494464ad889 100644 (file)
@@ -8,7 +8,7 @@ use IkiWiki;
 use Text::WikiFormat;
 
 sub import { #{{{
 use Text::WikiFormat;
 
 sub import { #{{{
-       IkiWiki::hook(type => "htmlize", id => "wiki", call => \&htmlize);
+       hook(type => "htmlize", id => "wiki", call => \&htmlize);
 } # }}}
 
 sub htmlize (@) { #{{{
 } # }}}
 
 sub htmlize (@) { #{{{