per clarification via email from bz (reviewer of previous checkin to this file, for Bug 216417), using .xht, not .xhtm in the defaultMimeEntries array (matches the XHTML entry in the extraMimeEntries array)

This commit is contained in:
cbiesinger%web.de 2003-09-14 15:54:57 +00:00
Родитель 38cb3ad7b4
Коммит cbddc9a5fb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -195,7 +195,7 @@ static nsDefaultMimeTypeEntry defaultMimeEntries [] =
{ TEXT_HTML, "htm" },
{ APPLICATION_XPINSTALL, "xpi" },
{ "application/xhtml+xml", "xhtml" },
{ "application/xhtml+xml", "xhtm" }
{ "application/xhtml+xml", "xht" }
};
// this is a small private struct used to help us initialize some