This commit is contained in:
liyuchun
2021-09-18 08:33:58 +08:00
parent 7650e33988
commit 33e946e968
+1 -1
View File
@@ -368,7 +368,7 @@
</tr>
<tr>
<th><?php echo $lang->task->realStarted;?></th>
<td><?php echo $task->realStarted; ?> </td>
<td><?php echo helper::isZeroDate($task->realStarted) ? '' : $task->realStarted; ?> </td>
</tr>
<tr>
<th><?php echo $lang->task->deadline;?></th>