diff --git a/htdocs/user/card.php b/htdocs/user/card.php
index 254a3ea9e75..a30d2c70b21 100644
--- a/htdocs/user/card.php
+++ b/htdocs/user/card.php
@@ -2505,7 +2505,7 @@ if ($action == 'create' || $action == 'adduserldap') {
print '';
}
if ($caneditfield && empty($object->ldap_sid)) {
- print '';
+ print '';
} else {
print '';
print $object->socialnetworks[$key];
@@ -2513,7 +2513,7 @@ if ($action == 'create' || $action == 'adduserldap') {
print '';
} else {
// if social network is not active but value exist we do not want to loose it
- print '';
+ print '';
}
}
}