]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/html.pm
* Add a destpage parameter to the filter hook.
[ikiwiki.git] / IkiWiki / Plugin / html.pm
index fd40d5ad97910b72f5d81ceded2a287efd44f96d..7623ba6a96accd71d67d8a7ac84c1422ed535224 100644 (file)
@@ -4,7 +4,7 @@ package IkiWiki::Plugin::html;
 
 use warnings;
 use strict;
-use IkiWiki;
+use IkiWiki 2.00;
 
 sub import { #{{{
        hook(type => "htmlize", id => "html", call => \&htmlize);