* View todo start-end times display in one line.

This commit is contained in:
qiyu-xie
2020-11-16 10:12:38 +08:00
parent 07030443cc
commit 0c1c00c160
+1 -1
View File
@@ -141,7 +141,7 @@
<table class='table table-data'>
<tr>
<th class='thWidth'><?php echo $lang->todo->beginAndEnd?></th>
<td><?php echo $todo->config->begin . " ~ " . $todo->config->end;?></td>
<td class='w-160px'><?php echo $todo->config->begin . " ~ " . $todo->config->end;?></td>
</tr>
<tr>
<th class='thWidth text-top'><?php echo $lang->todo->cycleConfig?></th>