Skip to content

Bug: table template closes tbody after tfoot #4155

Closed
@richard-keasley

Description

@richard-keasley

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugVerified issues on the current code behavior or pull requests that will fix them

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions