summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Config/Output.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Config/Output.php b/src/Config/Output.php
index 3c13352..f4eb104 100644
--- a/src/Config/Output.php
+++ b/src/Config/Output.php
@@ -130,7 +130,7 @@ trait Output
$fname = filter_var($fname, FILTER_UNSAFE_RAW, ['flags' => FILTER_FLAG_STRIP_LOW]);
header('Content-Type: application/octet-stream');
header('Content-Transfer-Encoding: binary');
- header("Content-Disposition: attachment; filename=\"$fname\"; filename*=UTF-8' '".rawurlencode($fname));
+ header("Content-Disposition: attachment; filename=\"$fname\"; filename*=UTF-8 ".rawurlencode($fname));
}
//@codeCoverageIgnoreEnd
echo $this->bom;