Fix for bug 142672. We should not display an alternative part without a content-type. R=varada, SR=bienvenu

This commit is contained in:
ducarroz%netscape.com 2002-05-17 19:47:50 +00:00
Родитель 159dff5ab9
Коммит 2ddfea8f86
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -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