From 81ae92763e731984c79dbbbc4dc9fd4c13d20590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carsten=20G=C3=B6tzinger?= Date: Thu, 13 Aug 2015 09:55:03 +0200 Subject: [PATCH] =?UTF-8?q?"white-space:=20nowrap"=20f=C3=BCr=20span-Obfus?= =?UTF-8?q?kierung=20=C3=BCbernommen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- util/AeoFrontendUtil.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]; }