projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1226269
)
set html5 option as advanced for now
author
Joey Hess
<joey@kitenet.net>
Sun, 2 May 2010 01:04:14 +0000
(21:04 -0400)
committer
Joey Hess
<joey@kitenet.net>
Sun, 2 May 2010 01:04:14 +0000
(21:04 -0400)
IkiWiki.pm
patch
|
blob
|
history
diff --git
a/IkiWiki.pm
b/IkiWiki.pm
index 1e11d34e23542b79cdc87e0cd1cb7bef0aa984da..ed57710bbbca104294679df383b920f6d5deb6d4 100644
(file)
--- a/
IkiWiki.pm
+++ b/
IkiWiki.pm
@@
-238,6
+238,7
@@
sub getsetup () {
type => "boolean",
default => 0,
description => "generate HTML5? (experimental)",
+ advanced => 1,
safe => 1,
rebuild => 1,
},