diff --git a/core/attributedef.class.inc.php b/core/attributedef.class.inc.php index 840005329..f4db96c3f 100644 --- a/core/attributedef.class.inc.php +++ b/core/attributedef.class.inc.php @@ -1091,6 +1091,7 @@ class AttributeEmailAddress extends AttributeString public function GetAsHTML($sValue) { + if (empty($sValue)) return ''; return ''.parent::GetAsHTML($sValue).''; } }