mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 152001. Map the .mml extension to application/xhtml+mathml if there is no existing mapping for it. r=bzbarsky
This commit is contained in:
parent
036586a9f4
commit
792725950c
@ -531,6 +531,7 @@ static nsExtraMimeTypeEntry extraMimeEntries [] =
|
||||
{ TEXT_PLAIN, "txt,text", "Text File" },
|
||||
{ TEXT_HTML, "html,htm,shtml,ehtml", "HyperText Markup Language" },
|
||||
{ "application/xhtml+xml", "xhtml,xht", "Extensible HyperText Markup Language" },
|
||||
{ APPLICATION_MATHML_XML, "mml", "Mathematical Markup Language" },
|
||||
{ APPLICATION_RDF, "rdf", "Resource Description Framework" },
|
||||
{ TEXT_XUL, "xul", "XML-Based User Interface Language" },
|
||||
{ TEXT_XML, "xml,xsl,xbl", "Extensible Markup Language" },
|
||||
|
Loading…
Reference in New Issue
Block a user