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

omission in the original patch.


git-svn-id: svn://10.0.0.236/trunk@75901 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dave%intrec.com
2000-08-09 20:49:11 +00:00
parent 7bfe64da6e
commit b38449a603

View File

@@ -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;