diff options
author | 2014-08-29 08:06:30 +0000 | |
---|---|---|
committer | 2014-08-29 08:06:30 +0000 | |
commit | 0cc133fae610d99e65ddf6fb5b995dc2937d4583 (patch) | |
tree | 3f15623ed99121b6e7d9830c67bc49056a1e1bcb | |
parent | Some cleanings, no functional change. (diff) | |
download | wireguard-openbsd-0cc133fae610d99e65ddf6fb5b995dc2937d4583.tar.xz wireguard-openbsd-0cc133fae610d99e65ddf6fb5b995dc2937d4583.zip |
The image/x-ms-bmp extension is bmp, not mp.
Found by Navan Carson; Thanks!
-rw-r--r-- | share/misc/mime.types | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/misc/mime.types b/share/misc/mime.types index 31e1f4f41c7..d3b9940542a 100644 --- a/share/misc/mime.types +++ b/share/misc/mime.types @@ -1,4 +1,4 @@ -# $OpenBSD: mime.types,v 1.1 2014/08/25 14:27:54 reyk Exp $ +# $OpenBSD: mime.types,v 1.2 2014/08/29 08:06:30 reyk Exp $ application/atom+xml atom application/font-woff woff @@ -75,7 +75,7 @@ image/vnd.wap.wbmp wbmp image/webp webp image/x-icon ico image/x-jng jng -image/x-ms-bmp mp +image/x-ms-bmp bmp text/css css text/html html htm shtml |