Skip to content

Commit fa59ff9

Browse files
committed
MAGETWO-91017: Incorrectly generates logo
1 parent ab5b283 commit fa59ff9

File tree

1 file changed

+2
-1
lines changed
  • lib/internal/Magento/Framework/File

1 file changed

+2
-1
lines changed

lib/internal/Magento/Framework/File/Mime.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ class Mime
7171
'css' => 'text/css',
7272
'js' => 'application/javascript',
7373
'json' => 'application/json',
74-
'xml' => 'application/xml',
74+
'xml' => 'application/xml',
75+
'svg' => 'image/svg+xml',
7576
];
7677

7778
/**

0 commit comments

Comments
 (0)