From: Joey Hess Date: Fri, 12 Feb 2010 09:01:04 +0000 (-0500) Subject: remove unnecessary IkiWiki:: X-Git-Tag: 3.20100212~12 X-Git-Url: http://git.tremily.us/?p=ikiwiki.git;a=commitdiff_plain;h=73242f0890eb7823e2e864dab6477d8fc2bdd69f remove unnecessary IkiWiki:: --- diff --git a/IkiWiki/Plugin/typography.pm b/IkiWiki/Plugin/typography.pm index f62be82bb..9389b24d4 100644 --- a/IkiWiki/Plugin/typography.pm +++ b/IkiWiki/Plugin/typography.pm @@ -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 () {