remove unnecessary IkiWiki::
parent
1db0dd855a
commit
73242f0890
|
@ -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 () {
|
||||
|
|
Loading…
Reference in New Issue