fix a bug that doubled the search box

master
joey 2006-05-04 04:45:30 +00:00
parent 12c08195e2
commit ccbf965e6b
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,10 @@ EOF
EOF
}
# This is only set by plugins, which append to it on startup, so
# avoid storing it in the wrapper.
$config{headercontent}="";
$Data::Dumper::Indent=0; # no newlines
my $configstring=Data::Dumper->Dump([\%config], ['*config']);
$configstring=~s/\\/\\\\/g;