diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-14 21:40:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-14 21:40:30 -0400 |
commit | f69c072d8aad7ad68547f17bf60bd804542b064f (patch) | |
tree | f9ac49a656ec5963892a7ad201d7bedf72d20d1c /IkiWiki | |
parent | 827e092b58771e5c5efdbc1cf04a62a1d039a015 (diff) |
better misctemplate splitting sequence
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Plugin/websetup.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/IkiWiki/Plugin/websetup.pm b/IkiWiki/Plugin/websetup.pm index 9cb5eb13c..c4b75c4b3 100644 --- a/IkiWiki/Plugin/websetup.pm +++ b/IkiWiki/Plugin/websetup.pm @@ -450,8 +450,8 @@ sub showform ($$) { IkiWiki::unlockwiki(); # Print the top part of a standard misctemplate, - # then show the rebuild or refresh. - my $divider="xxx"; + # then show the rebuild or refresh, live. + my $divider="\0"; my $html=IkiWiki::misctemplate("setup", $divider); IkiWiki::printheader($session); my ($head, $tail)=split($divider, $html, 2); |