diff options
author | Jonas Smedegaard <dr@jones.dk> | 2011-10-14 04:38:53 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2013-10-13 00:53:28 +0200 |
commit | 4cb90431b53f23b694330c29cee8457f6c7e1967 (patch) | |
tree | ea6a305b19c6b7038902843f104561ccf6729071 /IkiWiki/Plugin | |
parent | 24ae2a38326a771d2ce602d37bff2a3c82ac2ad5 (diff) |
Fix typo hmtl → html.
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/htmlpacker.pm | 4 |
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 () { |