From 4cb90431b53f23b694330c29cee8457f6c7e1967 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 14 Oct 2011 04:38:53 +0200 Subject: Fix typo hmtl → html. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IkiWiki/Plugin/htmlpacker.pm | 4 ++-- 1 file 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 () { -- cgit v1.2.3