@@ -41,7 +41,7 @@ |
||
41 | 41 | |
42 | 42 | // Force download |
43 | 43 | header('Content-Type: application/octet-stream'); |
44 | - header('Content-Disposition: attachment; filename="' . $filename . '"'); |
|
44 | + header('Content-Disposition: attachment; filename="'.$filename.'"'); |
|
45 | 45 | |
46 | 46 | if (isset($_POST['dataurl'])) { |
47 | 47 | // Decode the base64-encoded data |