]> sipb.mit.edu Git - ikiwiki.git/commitdiff
add description_html
authorJoey Hess <joey@kodama.kitenet.net>
Sat, 2 Aug 2008 18:11:30 +0000 (14:11 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sat, 2 Aug 2008 20:41:36 +0000 (16:41 -0400)
IkiWiki/Plugin/anonok.pm

index 7b966f845338775cb07cc317af7c1b27ca6e811c..d5e409117e947cb202bbe49beb778278ead9a5cc 100644 (file)
@@ -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,
                },