From f96d2a96dbfebcdbd0fb660315fc66fa777a85f1 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Sun, 13 Oct 2013 22:54:16 +0200 Subject: [PATCH] Fixed headers for webkit --- src/Views/layout-file.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Views/layout-file.phtml b/src/Views/layout-file.phtml index e4ea92e6..180d64de 100644 --- a/src/Views/layout-file.phtml +++ b/src/Views/layout-file.phtml @@ -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(