diff --git a/webminlog/search.cgi b/webminlog/search.cgi index 3e4a82dac..835d67f32 100755 --- a/webminlog/search.cgi +++ b/webminlog/search.cgi @@ -240,7 +240,7 @@ else { print "

$text{'search_none2'} $searchmsg.

\n"; } -if (!$in{'csv'}) { +if (!$in{'csv'} && !$in{'no_return'}) { # Show page footer if ($in{'return'}) { &ui_print_footer($in{'return'}, $in{'returndesc'});