* Fix bug#3425.

This commit is contained in:
qiyu-xie
2020-09-16 16:00:48 +08:00
parent 44eb729a9e
commit 681b6b4d9b
+1 -1
View File
@@ -62,7 +62,7 @@
<tr>
<th class='chart-label' colspan='2'><?php echo $lang->report->item;?></th>
<th class='w-50px text-right'><?php echo $lang->report->value;?></th>
<th class='w-50px'><?php echo $lang->report->percent;?></th>
<th class='w-60px text-right'><?php echo $lang->report->percent;?></th>
</tr>
</thead>
<?php foreach($datas[$chartType] as $key => $data):?>