Completed
Push — master ( 12d1e3...236763 )
by Patrick
03:09
created
js/js-webshim/dev/shims/FlashCanvas/save.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.