Merge branch 'wip-MDL-44850_M26' of git://github.com/gjb2048/moodle into MOODLE_26_STABLE

This commit is contained in:
Marina Glancy
2014-04-01 10:36:39 +08:00
+1 -1
View File
@@ -70,7 +70,7 @@ if (preg_match('/^[a-z0-9_-]+\.woff$/i', $font, $matches)) {
$font = $matches[0];
$mimetype = 'application/x-font-opentype';
} else if (preg_match('/^[a-z0-9_-]+\.oet$/i', $font, $matches)) {
} else if (preg_match('/^[a-z0-9_-]+\.eot$/i', $font, $matches)) {
// IE8 must die!!!
$font = $matches[0];
$mimetype = 'application/vnd.ms-fontobject';