aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-02-12 04:01:04 -0500
committerJoey Hess <joey@gnu.kitenet.net>2010-02-12 04:01:04 -0500
commit73242f0890eb7823e2e864dab6477d8fc2bdd69f (patch)
tree2d807ac2780eb99d27316a8ed9a00ea10f8854d1
parent1db0dd855ae49e4bb7b74e1158fc0356836d45a7 (diff)
downloadikiwiki-73242f0890eb7823e2e864dab6477d8fc2bdd69f.tar
ikiwiki-73242f0890eb7823e2e864dab6477d8fc2bdd69f.tar.gz
remove unnecessary IkiWiki::
-rw-r--r--IkiWiki/Plugin/typography.pm2
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 () {