aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/mdwn.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-26 14:43:47 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-26 14:43:47 -0400
commit49e86d2562dafdfcff4d3ba0d75f80ff0d734b95 (patch)
treefbb400b8a04f66c69ded8309092301428890f88f /IkiWiki/Plugin/mdwn.pm
parentabab46f983118e42e7780670812db54162c33e06 (diff)
downloadikiwiki-49e86d2562dafdfcff4d3ba0d75f80ff0d734b95.tar
ikiwiki-49e86d2562dafdfcff4d3ba0d75f80ff0d734b95.tar.gz
turn booleans into questions
Diffstat (limited to 'IkiWiki/Plugin/mdwn.pm')
-rw-r--r--IkiWiki/Plugin/mdwn.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/mdwn.pm b/IkiWiki/Plugin/mdwn.pm
index 920d90e5e..59cb93bc4 100644
--- a/IkiWiki/Plugin/mdwn.pm
+++ b/IkiWiki/Plugin/mdwn.pm
@@ -16,7 +16,7 @@ sub getsetup () { #{{{
multimarkdown => {
type => "boolean",
default => 0,
- description => "enable use of multimarkdown features",
+ description => "enable multimarkdown features?",
safe => 1,
rebuild => 1,
},