]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/textile.pm
Merge branch 'master' into dependency-types
[ikiwiki.git] / IkiWiki / Plugin / textile.pm
index d1b927b749b30220d22bfb5f3a2860a65e4f5204..8cc5a7951d3575e67b221ca312993fff158bae20 100644 (file)
@@ -6,12 +6,12 @@ package IkiWiki::Plugin::textile;
 
 use warnings;
 use strict;
-use IkiWiki 2.00;
+use IkiWiki 3.00;
 use Encode;
 
 sub import {
        hook(type => "getsetup", id => "textile", call => \&getsetup);
-       hook(type => "htmlize", id => "txtl", call => \&htmlize);
+       hook(type => "htmlize", id => "txtl", call => \&htmlize, longname => "Textile");
 }
 
 sub getsetup () {