* Fix bug.

This commit is contained in:
tianshujie98
2020-12-08 08:24:20 +08:00
parent 83ed1f2423
commit bfce366ef1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -47,7 +47,7 @@
</thead>
<tbody>
<?php foreach($todos as $todo):?>
<tr class='text-center'>
<tr class='text-left'>
<td><?php echo $todo->id;?></td>
<td><?php echo $todo->date == '2030-01-01' ? $lang->todo->periods['future'] : $todo->date;?></td>
<td><?php echo $lang->todo->typeList[$todo->type];?></td>