diff --git a/htdocs/compta/sociales/card.php b/htdocs/compta/sociales/card.php
index 1775aa3efb9..d27155e572f 100644
--- a/htdocs/compta/sociales/card.php
+++ b/htdocs/compta/sociales/card.php
@@ -99,7 +99,7 @@ if ($action == 'classin' && $user->rights->tax->charges->creer)
$object->setProject(GETPOST('projectid'));
}
-if($action == 'setfk_user' && $user->rights->tax->charges->creer) {
+if ($action == 'setfk_user' && $user->rights->tax->charges->creer) {
$object->fetch($id);
$object->fk_user = $fk_user;
$object->update($user);
@@ -463,10 +463,10 @@ if ($id > 0)
$morehtmlref .= $form->editfieldval("Label", 'lib', $object->label, $object, $user->rights->tax->charges->creer, 'string', '', null, null, '', 1);
// Employee
- if($action != 'editfk_user') {
+ if ($action != 'editfk_user') {
$morehtmlref .= '
' . $form->editfieldkey("Employee", 'fk_user', $object->label, $object, $user->rights->tax->charges->creer, 'string', '', 0, 1);
- if(!empty($object->fk_user)) {
+ if (!empty($object->fk_user)) {
$userstatic = new User($db);
$userstatic->fetch($object->fk_user);
$morehtmlref .= $userstatic->getNomUrl(1);
diff --git a/htdocs/compta/sociales/list.php b/htdocs/compta/sociales/list.php
index 37383b633df..a8a71e3e254 100644
--- a/htdocs/compta/sociales/list.php
+++ b/htdocs/compta/sociales/list.php
@@ -418,8 +418,8 @@ while ($i < min($num, $limit))
if (!empty($arrayfields['cs.fk_user']['checked'])) {
// Employee
print "