mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Small fixes
This commit is contained in:
parent
1241b14b9d
commit
310dbf9224
7 changed files with 160 additions and 156 deletions
|
|
@ -564,8 +564,6 @@ class HtmlUtils
|
|||
|
||||
if ($oElement->hasAttribute('src'))
|
||||
{
|
||||
// file_put_contents('f:/fff', $oElement->getAttribute('src')."\r\n", FILE_APPEND);
|
||||
|
||||
$sSrc = \trim($oElement->getAttribute('src'));
|
||||
$oElement->removeAttribute('src');
|
||||
|
||||
|
|
@ -732,7 +730,7 @@ class HtmlUtils
|
|||
{
|
||||
$oElement->removeAttribute('data-x-additional-src');
|
||||
}
|
||||
|
||||
|
||||
if ($oElement->hasAttribute('data-x-additional-style-url'))
|
||||
{
|
||||
$oElement->removeAttribute('data-x-additional-style-url');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue