From ccbf965e6b875c9cfa2ef681c85a224439928a69 Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 4 May 2006 04:45:30 +0000 Subject: [PATCH] fix a bug that doubled the search box --- IkiWiki/Wrapper.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/IkiWiki/Wrapper.pm b/IkiWiki/Wrapper.pm index 52a7ca2c7..7d27abd06 100644 --- a/IkiWiki/Wrapper.pm +++ b/IkiWiki/Wrapper.pm @@ -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; -- 2.32.0.93.g670b81a890