summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/wikitext.pm
diff options
context:
space:
mode:
Diffstat (limited to 'IkiWiki/Plugin/wikitext.pm')
-rw-r--r--IkiWiki/Plugin/wikitext.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/wikitext.pm b/IkiWiki/Plugin/wikitext.pm
index 586be0874..e1d346ae6 100644
--- a/IkiWiki/Plugin/wikitext.pm
+++ b/IkiWiki/Plugin/wikitext.pm
@@ -4,7 +4,7 @@ package IkiWiki::Plugin::wikitext;
use warnings;
use strict;
-use IkiWiki;
+use IkiWiki 2.00;
sub import { #{{{
hook(type => "htmlize", id => "wiki", call => \&htmlize);