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
web commit by http://joey.kitenet.net/: turning on non-default atom feed should work now
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
anonok.pm
diff --git
a/IkiWiki/Plugin/anonok.pm
b/IkiWiki/Plugin/anonok.pm
index 3e2a746e634b8dd2670ff291af0e19a53522e525..cd05cd865f9029e76aa571d35b47c30a2d51de1b 100644
(file)
--- a/
IkiWiki/Plugin/anonok.pm
+++ b/
IkiWiki/Plugin/anonok.pm
@@
-3,7
+3,7
@@
package IkiWiki::Plugin::anonok;
use warnings;
use strict;
-use IkiWiki;
+use IkiWiki
2.00
;
sub import { #{{{
hook(type => "canedit", id => "anonok", call => \&canedit,);