diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
index aa27be2d727..8f9be1356d4 100644
--- a/htdocs/core/class/html.form.class.php
+++ b/htdocs/core/class/html.form.class.php
@@ -1703,7 +1703,7 @@ class Form
$userstatic->fetch($value['id']);
$out.= $userstatic->getNomUrl(-1);
if ($i == 0) { $ownerid = $value['id']; $out.=' ('.$langs->trans("Owner").')'; }
- if ($nbassignetouser > 1 && $action != 'view') $out.=' ';
+ if ($nbassignetouser > 1 && $action != 'view') $out.=' ';
// Show my availability
if ($showproperties)
{