]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/typography.pm
Change Projects link to point to projects DB
[ikiwiki.git] / IkiWiki / Plugin / typography.pm
index f62be82bbea849090876053a4d81ee6c558260c6..9389b24d428ba092915babf5f3cf7c98c3664058 100644 (file)
@@ -9,7 +9,7 @@ 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 () {