https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33771 Bug ID: 33771 Summary: Markup errors on orderreceive.tt after 8179 Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: lucas@bywatersolutions.com Reporter: lucas@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org I am opening this bug to address so HTML markup errors on orderreceive.tt. -One of the <th> is closed with a </td> -The #jobpanel element div is not properly closed -Style tags are in the HTML body and they should be in the HTML head -The following is invalid - <div id="modal-order-main row"> It should be: + <div id="modal-order-main" class="row"> -- You are receiving this mail because: You are watching all bug changes.