Fix colspan in receivings

This commit is contained in:
jekkos authored and GitHub committed 2018-09-07 00:38:11 +02:00
1 parent 6d03c1a1fb
commit 2605dff9b7
1 file changed
+1 -1
+1 -1
View File
@@ -217,7 +217,7 @@ if (isset($success))
}
?>
</td>
<td colspan='6'></td>
<td colspan='7'></td>
</tr>
<?php echo form_close(); ?>
<?php