diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-02-12 04:01:04 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-02-12 04:01:04 -0500 |
commit | 73242f0890eb7823e2e864dab6477d8fc2bdd69f (patch) | |
tree | 2d807ac2780eb99d27316a8ed9a00ea10f8854d1 /IkiWiki/Plugin | |
parent | 1db0dd855ae49e4bb7b74e1158fc0356836d45a7 (diff) |
remove unnecessary IkiWiki::
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/typography.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { |