]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/typography.pm
Provide a UUID in edittemplate templates.
[ikiwiki.git] / IkiWiki / Plugin / typography.pm
index e395b214394d6e0f4c98fafb25915ce1769eef01..9389b24d428ba092915babf5f3cf7c98c3664058 100644 (file)
@@ -4,12 +4,12 @@ package IkiWiki::Plugin::typography;
 
 use warnings;
 use strict;
-use IkiWiki 2.00;
+use IkiWiki 3.00;
 
 sub import {
        hook(type => "getopt", id => "typography", call => \&getopt);
        hook(type => "getsetup", id => "typography", call => \&getsetup);
-       IkiWiki::hook(type => "sanitize", id => "typography", call => \&sanitize);
+       hook(type => "sanitize", id => "typography", call => \&sanitize);
 }
 
 sub getopt () {