Skip to content

Commit f43f208

Browse files
committed
Fix. EmailEncoder. Forgotten fix state for attribute exclusion.
1 parent f1e0837 commit f43f208

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/Cleantalk/Antispam/EmailEncoder/EmailEncoderHelper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class EmailEncoderHelper
1313
*/
1414
private $attribute_exclusions_signs = array(
1515
'input' => array('placeholder', 'value'),
16+
'sc-customer-email' => array('placeholder', 'value'),
1617
'img' => array('alt', 'title'),
1718
'div' => array('data-et-multi-view'),
1819
);

0 commit comments

Comments
 (0)