projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
827e092
)
better misctemplate splitting sequence
author
Joey Hess
<joey@kitenet.net>
Sat, 15 May 2010 01:40:30 +0000
(21:40 -0400)
committer
Joey Hess
<joey@kitenet.net>
Sat, 15 May 2010 01:40:30 +0000
(21:40 -0400)
IkiWiki/Plugin/websetup.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/websetup.pm
b/IkiWiki/Plugin/websetup.pm
index 9cb5eb13c13740ed6e609679c49b0468458ec115..c4b75c4b3c98988938bcdd989109513babecba2d 100644
(file)
--- 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);