Closed
Description
File: /system/View/Table.php
Function: generate
PHP: $out .= $this->template['tbody_close'] . $this->newline;
This appears on line 446, after section $this->footing
This should appear near line 421, at the end of the section $this->rows
You would probably only notice when both tbody and tfoot are present.
Codeigniter version 4.0.4
Activity