mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 08:57:03 +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,
|
public static function ClearStyle(string $sStyle, \DOMElement $oElement, bool &$bHasExternals, array &$aFoundCIDs,
|
||||||
array $aContentLocationUrls, array &$aFoundedContentLocationUrls, bool $bDoNotReplaceExternalUrl = false, $fAdditionalExternalFilter = null)
|
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();
|
$aOutStyles = array();
|
||||||
$aStyles = \explode(';', $sStyle);
|
$aStyles = \explode(';', $sStyle);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue