mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 07:57:02 +03:00
Resolve #393
This commit is contained in:
parent
f4bbd02e69
commit
cbdb22f1ad
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ abstract class HtmlUtils
|
||||||
$aNodes = $oBody->getElementsByTagName('*');
|
$aNodes = $oBody->getElementsByTagName('*');
|
||||||
foreach ($aNodes as /* @var $oElement \DOMElement */ $oElement)
|
foreach ($aNodes as /* @var $oElement \DOMElement */ $oElement)
|
||||||
{
|
{
|
||||||
$sTagNameLower = \strtolower($oElement->tagName);
|
$sTagNameLower = \strtolower($oElement->nodeName);
|
||||||
|
|
||||||
if (\in_array($sTagNameLower, $aRemoveTags))
|
if (\in_array($sTagNameLower, $aRemoveTags))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue