diff options
-rw-r--r-- | basewiki/index.mdwn | 2 | ||||
-rwxr-xr-x | ikiwiki | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/basewiki/index.mdwn b/basewiki/index.mdwn index 5eb94b443..ea78c23c9 100644 --- a/basewiki/index.mdwn +++ b/basewiki/index.mdwn @@ -1,4 +1,4 @@ -Welcome to the your new wiki. +Welcome to your new wiki. All wikis are supposed to have a [[SandBox]], so this one does too. @@ -1281,8 +1281,8 @@ sub setup () { # {{{ } #}}} # main {{{ -lockwiki(); setup() if $config{setup}; +lockwiki(); if ($config{wrapper}) { gen_wrapper(%config); exit; |