diff options
| author | Christian Christiansen <[email protected]> | 2025-03-29 03:11:49 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-03-28 20:11:49 -0700 |
| commit | 622616664752e7622e0c6b4f0ce63d814c8faaa4 (patch) | |
| tree | b632923f610889bef9f99bd9dc11194c23cb557b /src | |
| parent | 3a682a798dfee476865c139fe2509238cbfedab6 (diff) | |
T.P.Mime: fix typo in avif mime type (#10735)
`impage` -> `image`.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Text/Pandoc/MIME.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/MIME.hs b/src/Text/Pandoc/MIME.hs index 8e7d35c47..16d7d433b 100644 --- a/src/Text/Pandoc/MIME.hs +++ b/src/Text/Pandoc/MIME.hs @@ -94,7 +94,7 @@ mimeTypesList = M.toList (M.map T.decodeUtf8 Network.Mime.defaultMimeMap) ++ ,("asn","chemical/x-ncbi-asn1") ,("aso","chemical/x-ncbi-asn1-binary") ,("atomsrv","application/atomserv+xml") - ,("avif", "impage/avif") + ,("avif", "image/avif") ,("b","chemical/x-molconn-Z") ,("bak","application/x-trash") ,("bat","application/x-msdos-program") |
