Skip to content

wrong divs in 1.3.0 #7

Description

@testdept

original lines 960-968

                n. '</tbody>'.
                n. endTable().
                n. '</div>'.
                n. tInput().
                $this->multiedit_form('cache', '', $sort, $dir, '', '').
                n. '</form>'.
                n. '</div>'.
                n. '</div>'.
                n. '</div>';

change to

                n. '</tbody>'.
                n. endTable().
                n. '</div>'.
                n. '</div>'.
                n. tInput().
                $this->multiedit_form('cache', '', $sort, $dir, '', '').
                n. '</form>'.
                n. '</div>'.
                n. '</div>';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions