diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-02-12 01:10:36 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-02-12 01:10:36 -0500 |
commit | 9cee2962e01ef0538cc8498951867a543f91b47d (patch) | |
tree | 35bf6a3f6e5f301ea6c5c2d9e5c76df601a12684 /IkiWiki/Plugin/rawhtml.pm | |
parent | 0ea2f0936bf9d51f4760fe5a8e57d46d1b6ecce6 (diff) | |
download | ikiwiki-9cee2962e01ef0538cc8498951867a543f91b47d.tar ikiwiki-9cee2962e01ef0538cc8498951867a543f91b47d.tar.gz |
format plugin categorization
Diffstat (limited to 'IkiWiki/Plugin/rawhtml.pm')
-rw-r--r-- | IkiWiki/Plugin/rawhtml.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki/Plugin/rawhtml.pm b/IkiWiki/Plugin/rawhtml.pm index ad8a610c1..0838bcb22 100644 --- a/IkiWiki/Plugin/rawhtml.pm +++ b/IkiWiki/Plugin/rawhtml.pm @@ -16,6 +16,7 @@ sub getsetup () { plugin => { safe => 1, rebuild => 1, # changes file types + section => "format", }, } |