mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 22:37:50 +00:00
Make attachment view work again (bug 204964), r=myk@mozilla.org
This commit is contained in:
parent
9214f83b1a
commit
72cf8d8e74
@ -402,7 +402,7 @@ sub view
|
||||
my $filesize = length($thedata);
|
||||
|
||||
print Bugzilla->cgi->header(-type=>"$contenttype; name=\"$filename\"",
|
||||
-content_disposition=> "inline; filename=$filename\n",
|
||||
-content_disposition=> "inline; filename=$filename",
|
||||
-content_length => $filesize);
|
||||
|
||||
print $thedata;
|
||||
|
Loading…
x
Reference in New Issue
Block a user