]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/anonok.pm
add missing setup options, tweak others' display
[ikiwiki.git] / IkiWiki / Plugin / anonok.pm
index e615499863a7c119143f3953775d7103c0dad203..7b966f845338775cb07cc317af7c1b27ca6e811c 100644 (file)
@@ -14,9 +14,8 @@ sub getsetup () { #{{{
        return
                anonok_pagespec => {
                        type => "string",
-                       default => "",
                        example => "*/discussion",
-                       description => "PageSpec to limit which pages anonymouse users can edit",
+                       description => "PageSpec to limit which pages anonymous users can edit",
                        safe => 1,
                        rebuild => 0,
                },