修复错误
This commit is contained in:
@@ -4514,8 +4514,7 @@ class PHPMailer
|
||||
|
||||
return htmlspecialchars_decode(
|
||||
trim(strip_tags(preg_replace('/<(head|title|style|script)[^>]*>.*?<\/\\1>/si', '', $html))),
|
||||
ENT_QUOTES,
|
||||
$this->CharSet
|
||||
ENT_QUOTES
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user