Browse Source

Merge pull request #335 from adam-vessey/7.x-fix-tiff-mime

Fix the "TIFF" mimetype.
pull/336/head
Jonathan Green 12 years ago
parent
commit
dda24ec912
  1. 2
      includes/mime_detect.inc

2
includes/mime_detect.inc

@ -148,7 +148,7 @@ class MimeDetect {
"jp2" => "image/jp2",
"png" => "image/png",
"tiff" => "image/tiff",
"tif" => "image/tif",
"tif" => "image/tiff",
"djvu" => "image/vnd.djvu",
"djv" => "image/vnd.djvu",
"wbmp" => "image/vnd.wap.wbmp",

Loading…
Cancel
Save