remove unnecessary IkiWiki::

master
Joey Hess 2010-02-12 04:01:04 -05:00
parent 1db0dd855a
commit 73242f0890
1 changed files with 1 additions and 1 deletions

View 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 () {