зеркало из https://github.com/mozilla/gecko-dev.git
Fix for bug 142672. We should not display an alternative part without a content-type. R=varada, SR=bienvenu
This commit is contained in:
Родитель
159dff5ab9
Коммит
2ddfea8f86
|
@ -222,6 +222,8 @@ MimeMultipartAlternative_display_part_p(MimeObject *self,
|
|||
MimeHeaders *sub_hdrs)
|
||||
{
|
||||
char *ct = MimeHeaders_get (sub_hdrs, HEADER_CONTENT_TYPE, PR_TRUE, PR_FALSE);
|
||||
if (!ct)
|
||||
return PR_FALSE;
|
||||
|
||||
/* RFC 1521 says:
|
||||
Receiving user agents should pick and display the last format
|
||||
|
|
Загрузка…
Ссылка в новой задаче