slightly better latout

master
joey 2006-03-23 07:55:36 +00:00
parent e3b9e716d0
commit 5230f4e50b
1 changed files with 5 additions and 7 deletions

12
ikiwiki
View File

@ -429,20 +429,18 @@ sub main () { #{{{
require IkiWiki::Setup;
setup();
}
lockwiki();
if ($config{wrapper}) {
elsif ($config{wrapper}) {
lockwiki();
require IkiWiki::Wrapper;
gen_wrapper();
exit;
}
if ($config{cgi}) {
elsif ($config{cgi}) {
lockwiki();
require IkiWiki::CGI;
cgi();
}
else {
lockwiki();
loadindex() unless $config{rebuild};
require IkiWiki::Render;
rcs_update();