* Adjust code style.

This commit is contained in:
tianshujie98
2020-12-11 15:45:03 +08:00
parent 38867fc96c
commit dabb2d003d
7 changed files with 17 additions and 18 deletions
+1 -1
View File
@@ -67,7 +67,7 @@
</tr>
<tr>
<th><?php echo $lang->task->realStarted;?></th>
<td><div class='datepicker-wrapper'><?php echo html::input('realStarted', $task->realStarted != '0000-00-00' ? $task->realStarted : '', "class='form-control form-datetime'");?></div></td><td></td>
<td><div class='datepicker-wrapper'><?php echo html::input('realStarted', $task->realStarted != '0000-00-00 00:00:00' ? $task->realStarted : '', "class='form-control form-datetime'");?></div></td><td></td>
</tr>
<tr>
<th><?php echo $lang->task->finishedDate;?></th>