diff --git a/htdocs/contact.class.php b/htdocs/contact.class.php index bb25af6b52a..65df934776e 100644 --- a/htdocs/contact.class.php +++ b/htdocs/contact.class.php @@ -790,7 +790,7 @@ class Contact extends CommonObject if ($this->firstname && $this->name) $ret.=' '; if ($this->firstname) $ret.=$this->firstname; } - return $langs->convToOutputCharset(trim($ret)); + return trim($ret); }