diff --git a/htdocs/core/tpl/contacts.tpl.php b/htdocs/core/tpl/contacts.tpl.php
index 012c39c126d..98be97ac5bb 100644
--- a/htdocs/core/tpl/contacts.tpl.php
+++ b/htdocs/core/tpl/contacts.tpl.php
@@ -145,7 +145,7 @@ if ($permission)
$newcardbutton = '';
if (!empty($object->socid) && $object->socid > 1 && $user->rights->societe->creer)
{
- $newcardbutton .= 'id).'" title="'.$langs->trans('NewContact').'">';
+ $newcardbutton .= 'id).'" title="'.$langs->trans('NewContact').'">';
}
print $newcardbutton;
?>