diff --git a/packages/Webkul/Email/src/Helpers/Htmlfilter.php b/packages/Webkul/Email/src/Helpers/Htmlfilter.php index 479d8752f..f59af7dba 100644 --- a/packages/Webkul/Email/src/Helpers/Htmlfilter.php +++ b/packages/Webkul/Email/src/Helpers/Htmlfilter.php @@ -555,10 +555,10 @@ public function tln_fixatts( $block_external_images ) { /** - * Convert to array if is not - */ + * Convert to array if is not. + */ $attary = is_array($attary) ? $attary : []; - + foreach ($attary as $attname => $attvalue) { /** * See if this attribute should be removed.