diff --git a/util/AeoFrontendUtil.php b/util/AeoFrontendUtil.php index 97a46ed..9c3af4f 100644 --- a/util/AeoFrontendUtil.php +++ b/util/AeoFrontendUtil.php @@ -508,7 +508,7 @@ class Aeo extends \System { //$css .= '*>.obfuscated { unicode-bidi: -moz-isolate-override !important; }'; break; case 'nullspan': - $css .= 'span.obfuscated { display: none; }'; + $css .= 'span.obfuscated { display: none; white-space: nowrap;}'; break; } $css .= "\n"; @@ -586,7 +586,7 @@ class Aeo extends \System { } if ($includeCss) { - return $email1.'null'.$email2.'@'.$arrEmail[1]; + return $email1.'null'.$email2.'@'.$arrEmail[1]; } return $email1.'null'.$email2.'@'.$arrEmail[1]; }