projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b6dd92
)
add description_html
author
Joey Hess
<joey@kodama.kitenet.net>
Sat, 2 Aug 2008 18:11:30 +0000
(14:11 -0400)
committer
Joey Hess
<joey@kodama.kitenet.net>
Sat, 2 Aug 2008 20:41:36 +0000
(16:41 -0400)
IkiWiki/Plugin/anonok.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/anonok.pm
b/IkiWiki/Plugin/anonok.pm
index 7b966f845338775cb07cc317af7c1b27ca6e811c..d5e409117e947cb202bbe49beb778278ead9a5cc 100644
(file)
--- a/
IkiWiki/Plugin/anonok.pm
+++ b/
IkiWiki/Plugin/anonok.pm
@@
-16,6
+16,8
@@
sub getsetup () { #{{{
type => "string",
example => "*/discussion",
description => "PageSpec to limit which pages anonymous users can edit",
+ description_html => htmllink("", "", "ikiwiki/PageSpec", noimageinline => 1).
+ " to limit which pages anonymous users can edit",
safe => 1,
rebuild => 0,
},