From 58b7634dcb93d2efe154113662840891d4799f3b Mon Sep 17 00:00:00 2001 From: "dave%intrec.com" <> Date: Thu, 10 Aug 2000 03:49:11 +0000 Subject: Re-fixing bug 46897. Thanks to JRobertson@medevolve.com for catching the omission in the original patch. --- buglist.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buglist.cgi b/buglist.cgi index c59a4d82a..0cc37d72c 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -1146,7 +1146,7 @@ if ($serverpush) { print "\n"; print "--thisrandomstring\n"; print "Content-type: text/html\n"; - print "Content-disposition: attachment; filename=bugzilla_bug_list.html\n"; + print "Content-disposition: inline; filename=bugzilla_bug_list.html\n"; # Note! HTML header not yet closed } my $toolong = 0; -- cgit v1.2.3-24-g4f1b