Re-fixing bug 46897. Thanks to JRobertson@medevolve.com for catching the

omission in the original patch.
This commit is contained in:
dave%intrec.com 2000-08-09 20:49:11 +00:00
parent 3f16031cb2
commit e44c931f9a

View File

@ -1146,7 +1146,7 @@ if ($serverpush) {
print "\n"; print "\n";
print "--thisrandomstring\n"; print "--thisrandomstring\n";
print "Content-type: text/html\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 # Note! HTML header not yet closed
} }
my $toolong = 0; my $toolong = 0;