diff --git a/htdocs/holiday/card.php b/htdocs/holiday/card.php
index 5789cf27180..44ec0496f7b 100644
--- a/htdocs/holiday/card.php
+++ b/htdocs/holiday/card.php
@@ -792,7 +792,7 @@ if (empty($id) || $action == 'add' || $action == 'request' || $action == 'create
if (empty($user->rights->holiday->write_all))
{
print $form->select_dolusers($fuserid, 'useridbis', 0, '', 1, '', '', 0, 0, 0, '', 0, '', 'maxwidth300');
- print '';
+ print '';
}
else print $form->select_dolusers(GETPOST('fuserid')?GETPOST('fuserid'):$user->id,'fuserid',0,'',0);
print '';