Skip to content

Commit 0c48e99

Browse files
authored
Merge pull request #2485 from magento-tsg/2.1.14-develop-pr53
[TSG] Backporting for 2.1 (pr53) (2.1.14)
2 parents ab5b283 + fa59ff9 commit 0c48e99

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)