aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortara%tequilarista.org <>2000-08-08 05:59:54 +0000
committertara%tequilarista.org <>2000-08-08 05:59:54 +0000
commitc969965646f177874b12697883322715694917d4 (patch)
tree85181c3352dd113684b06c421eb6cc25eef2d778 /reports.cgi
parentfix for bug 42089: change wording of link from "create new bug" to (diff)
downloadbugzilla-c969965646f177874b12697883322715694917d4.tar.gz
bugzilla-c969965646f177874b12697883322715694917d4.tar.bz2
bugzilla-c969965646f177874b12697883322715694917d4.zip
Fixing bug #46897
Diffstat (limited to 'reports.cgi')
-rwxr-xr-xreports.cgi4
1 files changed, 3 insertions, 1 deletions
diff --git a/reports.cgi b/reports.cgi
index b4102a9f7..dd081ad12 100755
--- a/reports.cgi
+++ b/reports.cgi
@@ -60,7 +60,9 @@ my %reports =
quietly_check_login();
print "Content-type: text/html\n";
-print "Content-disposition: attachment; filename=bugzilla_report.html\n\n";
+ #Changing attachment to inline to resolve 46897
+ #zach@zachlipton.com
+print "Content-disposition: inline; filename=bugzilla_report.html\n\n";
# If we're here for the first time, give a banner. Else respect the banner flag.
if ( (!defined $::FORM{'product'}) || ($::FORM{'banner'}) )