From b3bfd6ea40726e8b0b3f4371c6f024d40e812b90 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Sun, 2 Nov 2008 08:48:02 -0800 Subject: [PATCH] Ikiwiki plugin: Fix typo. --- examples/ikiwiki/IkiWiki/Plugin/muse.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ikiwiki/IkiWiki/Plugin/muse.pm b/examples/ikiwiki/IkiWiki/Plugin/muse.pm index 8c79dd2..35195a6 100644 --- a/examples/ikiwiki/IkiWiki/Plugin/muse.pm +++ b/examples/ikiwiki/IkiWiki/Plugin/muse.pm @@ -17,7 +17,7 @@ use Encode; use File::Temp; sub import { - hook(type => "getsetup", id => "mdwn", call => \&getsetup); + hook(type => "getsetup", id => "muse", call => \&getsetup); hook(type => "htmlize", id => "muse", call => \&htmlize); } -- 2.11.4.GIT