Fixed headers for webkit
This commit is contained in:
parent
607ef63c2f
commit
f96d2a96db
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ else
|
|||
{
|
||||
\Chibi\HeadersHelper::set(
|
||||
'Content-Disposition',
|
||||
'inline; filename=' . $this->context->transport->customFileName);
|
||||
'inline; filename="' . $this->context->transport->customFileName . '"');
|
||||
}
|
||||
|
||||
\Chibi\HeadersHelper::set(
|
||||
|
|
Loading…
Reference in a new issue