diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-08-02 14:11:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-08-02 16:41:36 -0400 |
commit | 102f29e500df27a79b2895067f8a6a31bb2df7e6 (patch) | |
tree | 489aa3e240696ad16720486dfcf088e3ac9d3a8e | |
parent | 0b6dd9247bd442560ab740051f0e60b22bf2dccc (diff) |
add description_html
-rw-r--r-- | IkiWiki/Plugin/anonok.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/IkiWiki/Plugin/anonok.pm b/IkiWiki/Plugin/anonok.pm index 7b966f845..d5e409117 100644 --- 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, }, |