HTML mail: assume body never ends

Fixes #4492
This commit is contained in:
Francis Lachapelle
2018-06-27 15:32:54 -04:00
parent 2b80d62a77
commit f8cd3fb29c
2 changed files with 4 additions and 1 deletions

View File

@@ -623,7 +623,9 @@ _xmlCharsetForCharset (NSString *charset)
{
if ([lowerName isEqualToString: @"body"])
{
inBody = NO;
// Assume <body> never ends to properly display incorrectly constructed messages.
// See bug #4492
// inBody = NO;
if (css)
[self _finishCSS];
}