]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Re-fixing bug 46897. Thanks to JRobertson@medevolve.com for catching the
authordave%intrec.com <>
Thu, 10 Aug 2000 03:49:11 +0000 (03:49 +0000)
committerdave%intrec.com <>
Thu, 10 Aug 2000 03:49:11 +0000 (03:49 +0000)
omission in the original patch.

buglist.cgi

index c59a4d82aa35eedccffe44a73b44f1f9bd41415f..0cc37d72c87d603f60e5419c81feb71ed1b7d4cd 100755 (executable)
@@ -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;