From: dave%intrec.com <> Date: Thu, 10 Aug 2000 03:49:11 +0000 (+0000) Subject: Re-fixing bug 46897. Thanks to JRobertson@medevolve.com for catching the X-Git-Tag: bugzilla-2.12~211 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58b7634dcb93d2efe154113662840891d4799f3b;p=thirdparty%2Fbugzilla.git Re-fixing bug 46897. Thanks to JRobertson@medevolve.com for catching the omission in the original patch. --- diff --git a/buglist.cgi b/buglist.cgi index c59a4d82aa..0cc37d72c8 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;