diff options
author | dave%intrec.com <> | 2000-08-10 05:49:11 +0200 |
---|---|---|
committer | dave%intrec.com <> | 2000-08-10 05:49:11 +0200 |
commit | 58b7634dcb93d2efe154113662840891d4799f3b (patch) | |
tree | 2a7a27420dad268f6e6cb5cda82cee5eecd45d2a /buglist.cgi | |
parent | c969965646f177874b12697883322715694917d4 (diff) | |
download | bugzilla-58b7634dcb93d2efe154113662840891d4799f3b.tar.gz bugzilla-58b7634dcb93d2efe154113662840891d4799f3b.tar.xz |
Re-fixing bug 46897. Thanks to JRobertson@medevolve.com for catching the
omission in the original patch.
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; |