* Code for bug#15148.

This commit is contained in:
xieqiyu
2021-09-14 10:33:48 +08:00
parent dadd7f68d8
commit 7fffa6c380
7 changed files with 7 additions and 7 deletions
@@ -85,7 +85,7 @@
</td>
</tr>
<?php $rowIndex++; ?>
<?php if($rowIndex == 9) $rowIndex = 0;?>
<?php if($rowIndex == 8) $rowIndex = 0;?>
<?php endforeach;?>
</tbody>
</table>