diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-26 19:28:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-26 19:28:15 -0400 |
commit | 8051316904d13de3e467f01ebaeacaa5d8efb1b6 (patch) | |
tree | 4d11c3557475acec4a5738f404a79e4aca62b0f1 /IkiWiki/Plugin/attachment.pm | |
parent | bb872ea1e820f842c0b826fe802f8aac797a7146 (diff) | |
download | ikiwiki-8051316904d13de3e467f01ebaeacaa5d8efb1b6.tar ikiwiki-8051316904d13de3e467f01ebaeacaa5d8efb1b6.tar.gz |
add missing setup options, tweak others' display
Diffstat (limited to 'IkiWiki/Plugin/attachment.pm')
-rw-r--r-- | IkiWiki/Plugin/attachment.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/attachment.pm b/IkiWiki/Plugin/attachment.pm index 3fe33c858..6f707832d 100644 --- a/IkiWiki/Plugin/attachment.pm +++ b/IkiWiki/Plugin/attachment.pm @@ -14,7 +14,7 @@ sub import { #{{{ sub getsetup () { #{{{ return - => { + virus_checker => { type => "string", default => "", example => "clamdscan -", |