]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/html.pm
format plugin categorization
[ikiwiki.git] / IkiWiki / Plugin / html.pm
index 9b9547cca77aec3235b7ca4e642a8c47b2067365..4dbae081bd9476c154728d32efe4c054e1e954f9 100644 (file)
@@ -4,7 +4,7 @@ package IkiWiki::Plugin::html;
 
 use warnings;
 use strict;
-use IkiWiki 2.00;
+use IkiWiki 3.00;
 
 sub import {
        hook(type => "getsetup", id => "html", call => \&getsetup);
@@ -21,6 +21,7 @@ sub getsetup () {
                plugin => {
                        safe => 1,
                        rebuild => 1, # format plugin
+                       section => "format",
                },
 }