mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 03:29:20 +03:00
Bugfix: undefined $sStyles
This commit is contained in:
parent
3ad9bb6258
commit
b24da035df
1 changed files with 1 additions and 1 deletions
|
|
@ -290,7 +290,7 @@ abstract class HtmlUtils
|
|||
public static function ClearStyle(string $sStyle, \DOMElement $oElement, bool &$bHasExternals, array &$aFoundCIDs,
|
||||
array $aContentLocationUrls, array &$aFoundedContentLocationUrls, bool $bDoNotReplaceExternalUrl = false, $fAdditionalExternalFilter = null)
|
||||
{
|
||||
$sStyle = \trim($sStyles, " \n\r\t\v\0;");
|
||||
$sStyle = \trim($sStyle, " \n\r\t\v\0;");
|
||||
$aOutStyles = array();
|
||||
$aStyles = \explode(';', $sStyle);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue