mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-06 05:04:24 +08:00
Fix unbalanced "head" tag.
This commit is contained in:
parent
3edd40cb47
commit
83dcbb276d
1 changed files with 1 additions and 1 deletions
|
@ -601,7 +601,7 @@ class HtmlUtils
|
||||||
$sResult = \MailSo\Base\HtmlUtils::ClearTags($sResult);
|
$sResult = \MailSo\Base\HtmlUtils::ClearTags($sResult);
|
||||||
$sResult = \MailSo\Base\HtmlUtils::ClearBodyAndHtmlTag($sResult);
|
$sResult = \MailSo\Base\HtmlUtils::ClearBodyAndHtmlTag($sResult);
|
||||||
|
|
||||||
return '<!DOCTYPE html><html'.($bRtl ? ' dir="rtl"' : '').'><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><head>'.
|
return '<!DOCTYPE html><html'.($bRtl ? ' dir="rtl"' : '').'><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>'.
|
||||||
'<body>'.\trim($sResult).'</body></html>';
|
'<body>'.\trim($sResult).'</body></html>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue