Summary: | Incorrectly closed <th> tag on patron search page | ||
---|---|---|---|
Product: | Koha | Reporter: | Brendan Lawlor <blawlor> |
Component: | Accessibility | Assignee: | Brendan Lawlor <blawlor> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | lucas, martin.renvoize, matt.blenkinsop, oleonard |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
23.11.00
|
|
Circulation function: | |||
Attachments: |
Bug 35365: fix stray td tag
Bug 35365: fix stray td tag |
Description
Brendan Lawlor
2023-11-17 21:03:50 UTC
Created attachment 159115 [details] [review] Bug 35365: fix stray td tag Created attachment 159116 [details] [review] Bug 35365: fix stray td tag Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Thanks Brendan, looks good! Straighforward fix here, passing QA. I had trouble with git commit --amend to add the test plan To test: 1. Run any page that contains the Search patrons search bar through an HTML validator 2. See Error stray end tag td 3. Apply patch 4. Run the page through the HTML validator again 5. See the stray end tag error go away 6. Test that patron search still works Pushed to master for 23.11. Nice work everyone, thanks! |