]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
remove cruft from conflict resolution
authorDavid Bremner <bremner@unb.ca>
Mon, 1 Sep 2008 13:55:42 +0000 (10:55 -0300)
committerDavid Bremner <bremner@unb.ca>
Mon, 1 Sep 2008 13:55:42 +0000 (10:55 -0300)
IkiWiki/Plugin/mailbox.pm

index 14a4a78106ed7409b32cbf89178a03d0fb657a11..84648e402dfe385e9859552aaa4cf53593c2fc78 100644 (file)
@@ -28,7 +28,6 @@ sub import { #{{{
        hook(type => "preprocess", id => "mailbox", call => \&preprocess);
        hook(type => "scan", id => "mailbox", call => \&scan);
        hook(type => "pagetemplate", id=>"mailbox", call => \&pagetemplate);
-       hook(type => "htmlize",id=>"mbox",call => \&mbox_htmlize);
        IkiWiki::loadplugin("filecheck");
 } # }}}