In /koha/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc On line 160 there is a incorrectly close <th> tag [% CASE 'dateexpiry' %]<th>Expires on</td>
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!