diff --git a/phpgwapi/inc/class.egw_htmLawed.inc.php b/phpgwapi/inc/class.egw_htmLawed.inc.php
index 0bb4eed0f4..e145977886 100644
--- a/phpgwapi/inc/class.egw_htmLawed.inc.php
+++ b/phpgwapi/inc/class.egw_htmLawed.inc.php
@@ -160,6 +160,10 @@ function hl_my_tag_transform($element, $attribute_array=0)
{
if (strpos($attribute_array['title'],'@')!==false) $attribute_array['title']=str_replace('@','(at)',$attribute_array['title']);
}
+ if (isset($attribute_array['face']))
+ {
+ if (stripos($attribute_array['face'],'script')!==false) $attribute_array['face']=str_ireplace('script','',$attribute_array['face']);
+ }
if ($element == 'blockquote')
{
if (isset($attribute_array['cite']))