diff --git a/htdocs/projet/activity/perday.php b/htdocs/projet/activity/perday.php
index 06ae3a018a6..32e8fc40381 100644
--- a/htdocs/projet/activity/perday.php
+++ b/htdocs/projet/activity/perday.php
@@ -608,7 +608,7 @@ if (!empty($arrayfields['timeconsumed']['checked'])) {
print ''.$langs->trans("Everybody").'';
print '';
print '';
- print '
'.$langs->trans("TimeSpent").($usertoprocess->firstname ? ' '.$usertoprocess->getNomUrl(-2).''.dol_trunc($usertoprocess->firstname, 10).'' : '').' | ';
+ print ''.$langs->trans("TimeSpent").($usertoprocess->firstname ? ' '.$usertoprocess->getNomUrl(-2).''.dol_trunc($usertoprocess->firstname, 10).'' : '').' | ';
}
print ''.$langs->trans("HourStart").'';
diff --git a/htdocs/projet/activity/permonth.php b/htdocs/projet/activity/permonth.php
index 1fae2fe0300..8238d112b7b 100644
--- a/htdocs/projet/activity/permonth.php
+++ b/htdocs/projet/activity/permonth.php
@@ -491,7 +491,7 @@ print ' '.$langs->trans("Everybody").'';
print '';
print '';
-print ' | '.$langs->trans("TimeSpent").($usertoprocess->firstname ? ' '.$usertoprocess->getNomUrl(-2).''.dol_trunc($usertoprocess->firstname, 10).'' : '').' | ';
+print ''.$langs->trans("TimeSpent").($usertoprocess->firstname ? ' '.$usertoprocess->getNomUrl(-2).''.dol_trunc($usertoprocess->firstname, 10).'' : '').' | ';
foreach ($TWeek as $week_number) {
print ''.$langs->trans("Week").' '.$week_number.' ('.$TFirstDays[$week_number].'...'.$TLastDays[$week_number].') | ';
diff --git a/htdocs/projet/activity/perweek.php b/htdocs/projet/activity/perweek.php
index 5778d416a9f..f84a7112504 100644
--- a/htdocs/projet/activity/perweek.php
+++ b/htdocs/projet/activity/perweek.php
@@ -664,7 +664,7 @@ if (!empty($arrayfields['timeconsumed']['checked'])) {
print ''.$langs->trans("Everybody").'';
print '';
print '';
- print ''.$langs->trans("TimeSpent").($usertoprocess->firstname ? ' '.$usertoprocess->getNomUrl(-2).''.dol_trunc($usertoprocess->firstname, 10).'' : '').' | ';
+ print ''.$langs->trans("TimeSpent").($usertoprocess->firstname ? ' '.$usertoprocess->getNomUrl(-2).''.dol_trunc($usertoprocess->firstname, 10).'' : '').' | ';
}
for ($idw = 0; $idw < 7; $idw++) {
$dayinloopfromfirstdaytoshow = dol_time_plus_duree($firstdaytoshow, $idw, 'd'); // $firstdaytoshow is a date with hours = 0