"white-space: nowrap" für span-Obfuskierung übernommen
This commit is contained in:
parent
c79d6e41f0
commit
81ae92763e
@ -508,7 +508,7 @@ class Aeo extends \System {
|
|||||||
//$css .= '*>.obfuscated { unicode-bidi: -moz-isolate-override !important; }';
|
//$css .= '*>.obfuscated { unicode-bidi: -moz-isolate-override !important; }';
|
||||||
break;
|
break;
|
||||||
case 'nullspan':
|
case 'nullspan':
|
||||||
$css .= 'span.obfuscated { display: none; }';
|
$css .= 'span.obfuscated { display: none; white-space: nowrap;}';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
$css .= "\n</style>";
|
$css .= "\n</style>";
|
||||||
@ -586,7 +586,7 @@ class Aeo extends \System {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($includeCss) {
|
if ($includeCss) {
|
||||||
return $email1.'<span style="display: none;">null</span>'.$email2.'@'.$arrEmail[1];
|
return $email1.'<span style="display: none; white-space: nowrap;">null</span>'.$email2.'@'.$arrEmail[1];
|
||||||
}
|
}
|
||||||
return $email1.'<span class="obfuscated">null</span>'.$email2.'@'.$arrEmail[1];
|
return $email1.'<span class="obfuscated">null</span>'.$email2.'@'.$arrEmail[1];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user