diff --git a/htdocs/hrm/index.php b/htdocs/hrm/index.php
index ef8df639d26..80a9366186c 100644
--- a/htdocs/hrm/index.php
+++ b/htdocs/hrm/index.php
@@ -225,7 +225,7 @@ if (! empty($conf->holiday->enabled) && $user->rights->holiday->read)
print '
';
print '| '.$holidaystatic->getNomUrl(1).' | ';
- print ''.$userstatic->getNomUrl(-1, 'leave').' | ';
+ print ''.$userstatic->getNomUrl(-1, 'leave').' | ';
print ''.$typeleaves[$obj->fk_type]['label'].' | ';
$starthalfday=($obj->halfday == -1 || $obj->halfday == 2)?'afternoon':'morning';
@@ -304,7 +304,7 @@ if (! empty($conf->deplacement->enabled) && $user->rights->deplacement->lire)
print '
';
print '| '.$deplacementstatic->getNomUrl(1).' | ';
- print ''.$userstatic->getNomUrl(-1).' | ';
+ print ''.$userstatic->getNomUrl(-1).' | ';
print ''.$obj->km.' | ';
print ''.dol_print_date($db->jdate($obj->dm), 'day').' | ';
print ''.$deplacementstatic->LibStatut($obj->fk_statut, 3).' | ';
@@ -376,7 +376,7 @@ if (! empty($conf->expensereport->enabled) && $user->rights->expensereport->lire
print '
';
print '| '.$expensereportstatic->getNomUrl(1).' | ';
- print ''.$userstatic->getNomUrl(-1).' | ';
+ print ''.$userstatic->getNomUrl(-1).' | ';
print ''.price($obj->total_ttc).' | ';
print ''.dol_print_date($db->jdate($obj->dm), 'day').' | ';
print ''.$expensereportstatic->LibStatut($obj->status, 3).' | ';