summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/htmlpacker.pm
diff options
context:
space:
mode:
Diffstat (limited to 'IkiWiki/Plugin/htmlpacker.pm')
-rw-r--r--IkiWiki/Plugin/htmlpacker.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/IkiWiki/Plugin/htmlpacker.pm b/IkiWiki/Plugin/htmlpacker.pm
index 39a90b0..cc1bf9c 100644
--- a/IkiWiki/Plugin/htmlpacker.pm
+++ b/IkiWiki/Plugin/htmlpacker.pm
@@ -14,8 +14,8 @@ use strict;
use IkiWiki 3.00;
sub import {
- hook(type => "getsetup", id => "hmtlpacker", call => \&getsetup);
- hook(type => "sanitize", id => "hmtlpacker", call => \&sanitize);
+ hook(type => "getsetup", id => "htmlpacker", call => \&getsetup);
+ hook(type => "sanitize", id => "htmlpacker", call => \&sanitize);
}
sub getsetup () {