diff --git a/htdocs/projet/tasks/time.php b/htdocs/projet/tasks/time.php
index 2308e3fab3f..e38ffbc2527 100644
--- a/htdocs/projet/tasks/time.php
+++ b/htdocs/projet/tasks/time.php
@@ -2380,7 +2380,7 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0 || $allprojectforuser
if (!empty($arrayfields['t.note']['checked'])) {
if ($action == 'editline' && GETPOSTINT('lineid') == $task_time->rowid) {
print '
';
- print '';
+ print '';
print ' | ';
} else {
print '';
@@ -2681,7 +2681,7 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0 || $allprojectforuser
if (!empty($arrayfields['t.note']['checked'])) {
print ' | ';
if ($action == 'splitline' && GETPOSTINT('lineid') == $task_time->rowid) {
- print '';
+ print '';
} else {
print dol_nl2br($task_time->note);
}
@@ -2846,7 +2846,7 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0 || $allprojectforuser
if (!empty($arrayfields['t.note']['checked'])) {
print ' | ';
if ($action == 'splitline' && GETPOSTINT('lineid') == $task_time->rowid) {
- print '';
+ print '';
} else {
print dol_nl2br($task_time->note);
}
|