diff options
Diffstat (limited to 'includes/file.inc')
-rw-r--r-- | includes/file.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/file.inc b/includes/file.inc index 58b3e1b20..a8aaf9848 100644 --- a/includes/file.inc +++ b/includes/file.inc @@ -1798,7 +1798,7 @@ function file_get_mimetype($filename, $mapping = NULL) { 'cdr' => 'image/x-coreldraw', 'pat' => 'image/x-coreldrawpattern', 'cdt' => 'image/x-coreldrawtemplate', - 'ico' => 'image/x-icon', + 'ico' => 'image/vnd.microsoft.icon', 'art' => 'image/x-jg', 'jng' => 'image/x-jng', 'bmp' => 'image/x-ms-bmp', |