From 13e24a7097ba63e65e419f09834fc9f74b15460c Mon Sep 17 00:00:00 2001 From: ldestailleur Date: Wed, 27 Aug 2025 21:06:23 +0200 Subject: [PATCH] Fix css --- htdocs/projet/tasks/time.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); }