fix a bug that doubled the search box
parent
12c08195e2
commit
ccbf965e6b
|
@ -47,6 +47,10 @@ EOF
|
||||||
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
|
$Data::Dumper::Indent=0; # no newlines
|
||||||
my $configstring=Data::Dumper->Dump([\%config], ['*config']);
|
my $configstring=Data::Dumper->Dump([\%config], ['*config']);
|
||||||
$configstring=~s/\\/\\\\/g;
|
$configstring=~s/\\/\\\\/g;
|
||||||
|
|
Loading…
Reference in New Issue