diff options
Diffstat (limited to 'buglist.cgi')
-rwxr-xr-x | buglist.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
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; |