Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Reply.
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
rawhtml.pm
diff --git
a/IkiWiki/Plugin/rawhtml.pm
b/IkiWiki/Plugin/rawhtml.pm
index 73093439d55621ffa0bd75286e3d8a62ac2b2bb2..0838bcb225a538c5c21cf05d26bad778860d0fdd 100644
(file)
--- a/
IkiWiki/Plugin/rawhtml.pm
+++ b/
IkiWiki/Plugin/rawhtml.pm
@@
-4,7
+4,7
@@
package IkiWiki::Plugin::rawhtml;
use warnings;
use strict;
-use IkiWiki
2
.00;
+use IkiWiki
3
.00;
sub import {
hook(type => "getsetup", id => "rawhtml", call => \&getsetup);
@@
-16,6
+16,7
@@
sub getsetup () {
plugin => {
safe => 1,
rebuild => 1, # changes file types
+ section => "format",
},
}