aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/MIME.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-07-22 13:08:30 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-07-22 13:08:30 -0700
commit832196fb17d7df037b1d1747d2c2d173ff7b3a95 (patch)
tree0edc39eeec7f071fa626dd6669959b5ab23b1706 /src/Text/Pandoc/MIME.hs
parent26d883faa8d639df38dc765896be684238e3a135 (diff)
downloadpandoc-832196fb17d7df037b1d1747d2c2d173ff7b3a95.tar.gz
MIME: use image/x-xcf instead of application/x-xcf.
Closes #7454.
Diffstat (limited to 'src/Text/Pandoc/MIME.hs')
-rw-r--r--src/Text/Pandoc/MIME.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/MIME.hs b/src/Text/Pandoc/MIME.hs
index 77c7069e9..dff8f7822 100644
--- a/src/Text/Pandoc/MIME.hs
+++ b/src/Text/Pandoc/MIME.hs
@@ -528,7 +528,7 @@ mimeTypesList =
,("wvx","video/x-ms-wvx")
,("wz","application/x-wingz")
,("xbm","image/x-xbitmap")
- ,("xcf","application/x-xcf")
+ ,("xcf","image/x-xcf")
,("xht","application/xhtml+xml")
,("xhtml","application/xhtml+xml")
,("xlb","application/vnd.ms-excel")