diff --git a/htdocs/comm/index.php b/htdocs/comm/index.php index 83e2ccc5b29..fc5fa6be7ba 100644 --- a/htdocs/comm/index.php +++ b/htdocs/comm/index.php @@ -316,6 +316,8 @@ if ($resql) if (date("U",$obj->da) < time()) { print "".img_warning("Late").""; + } else { + print " "; } print "id\">".img_object($langs->trans("ShowTask"),"task"); $transcode=$langs->trans("Action".$obj->code);