mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 14:28:45 +01:00
using html::purify in emailadmin, rather than bofelamimail::getCleanHTML
This commit is contained in:
parent
909caed2dd
commit
0a093bd2bc
@ -260,7 +260,8 @@
|
||||
break;
|
||||
case 'ea_default_signature':
|
||||
$testVal = $toMerge['ea_default_signature'];
|
||||
bofelamimail::getCleanHTML($testVal);
|
||||
//bofelamimail::getCleanHTML($testVal);
|
||||
$testVal = html::purify($testVal);
|
||||
if (strlen($testVal)>10 || $testVal != '<br>' || $testVal != '<br />') $mergeInTo[$key]=$toMerge[$key];
|
||||
break;
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user