diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-08-03 14:36:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-08-03 14:36:17 -0400 |
commit | 0f06504422792d7132b7644caf4dabf19d957659 (patch) | |
tree | efaa3a350d0b94c0c45e466abfd25624cc1c19dc /IkiWiki/Plugin/anonok.pm | |
parent | 137624775407e433935f68b9ee282723adca1513 (diff) | |
download | ikiwiki-0f06504422792d7132b7644caf4dabf19d957659.tar ikiwiki-0f06504422792d7132b7644caf4dabf19d957659.tar.gz |
remove description_html, add link
Diffstat (limited to 'IkiWiki/Plugin/anonok.pm')
-rw-r--r-- | IkiWiki/Plugin/anonok.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/IkiWiki/Plugin/anonok.pm b/IkiWiki/Plugin/anonok.pm index 9d21fe367..ccc0d59b9 100644 --- a/IkiWiki/Plugin/anonok.pm +++ b/IkiWiki/Plugin/anonok.pm @@ -16,8 +16,7 @@ sub getsetup () { #{{{ type => "pagespec", 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", + link => "ikiwiki/PageSpec", safe => 1, rebuild => 0, }, |