diff --git a/htdocs/societe/card.php b/htdocs/societe/card.php
index b6bef4473f3..ab8256f6473 100644
--- a/htdocs/societe/card.php
+++ b/htdocs/societe/card.php
@@ -1988,7 +1988,7 @@ else
print '
| '.img_picto('', 'object_email').' '.$form->editfieldkey('EMail', 'email', GETPOST('email', 'alpha'), $object, 0, 'string', '', (!empty($conf->global->SOCIETE_EMAIL_MANDATORY))).' | ';
print ' |
';
print '| '.img_picto('', 'globe').' '.$form->editfieldkey('Web', 'url', GETPOST('url', 'alpha'), $object, 0).' | ';
- print ' |
';
+ print ' | ';
if (!empty($conf->socialnetworks->enabled)) {
foreach ($socialnetworks as $key => $value) {