Changed mime type for otf to application/vnd.ms-opentype.
Closes #1761. This is needed for epub3 validation. See http://www.idpf.org/epub/20/spec/OPF_2.0.1_draft.htm#Section2.3.1
This commit is contained in:
parent
46d343f474
commit
333fc60684
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ mimeTypesList = -- List borrowed from happstack-server.
|
|||
,("oth","application/vnd.oasis.opendocument.text-web")
|
||||
,("otp","application/vnd.oasis.opendocument.presentation-template")
|
||||
,("ots","application/vnd.oasis.opendocument.spreadsheet-template")
|
||||
,("otf","application/x-font-opentype")
|
||||
,("otf","application/vnd.ms-opentype")
|
||||
,("ott","application/vnd.oasis.opendocument.text-template")
|
||||
,("oza","application/x-oz-application")
|
||||
,("p","text/x-pascal")
|
||||
|
|
Loading…
Reference in a new issue