Skip to content

Commit a4054aa

Browse files
Merge branch '2.1.14-develop' of github.com:magento/magento2ce into 2.1.14-develop-update
2 parents f6ed038 + 0c48e99 commit a4054aa

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)