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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/