From 49e86d2562dafdfcff4d3ba0d75f80ff0d734b95 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 26 Jul 2008 14:43:47 -0400 Subject: turn booleans into questions --- IkiWiki/Plugin/mdwn.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IkiWiki/Plugin/mdwn.pm') 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, }, -- cgit v1.2.3