diff --git a/htdocs/core/lib/project.lib.php b/htdocs/core/lib/project.lib.php
index 49474d1e190..9070cb307f7 100644
--- a/htdocs/core/lib/project.lib.php
+++ b/htdocs/core/lib/project.lib.php
@@ -986,7 +986,7 @@ function projectLinesPerDay(&$inc, $parent, $fuser, $lines, &$level, &$projectsr
}
// Form to add new time
- print '
';
+ print ' | ';
$tableCell=$form->select_date($preselectedday,$lines[$i]->id,1,1,2,"addtime",0,0,1,$disabledtask);
print $tableCell;
print ' | ';
diff --git a/htdocs/projet/activity/perday.php b/htdocs/projet/activity/perday.php
index 8475b607de6..ef671f2c7e5 100644
--- a/htdocs/projet/activity/perday.php
+++ b/htdocs/projet/activity/perday.php
@@ -481,7 +481,7 @@ if ($usertoprocess->id == $user->id) print ''.$langs->trans("TimeSpentByUser").' | ';*/
print ''.$langs->trans("TimeSpent").' ('.$langs->trans("Everybody").') | ';
print ''.$langs->trans("TimeSpent").($usertoprocess->firstname?' ('.$usertoprocess->firstname.')':'').' | ';
-print ''.$langs->trans("HourStart").' | ';
+print ''.$langs->trans("HourStart").' | ';
// By default, we can edit only tasks we are assigned to
$restrictviewformytask=(empty($conf->global->PROJECT_TIME_SHOW_TASK_NOT_ASSIGNED)?1:0);