Bug 35365 - Incorrectly closed <th> tag on patron search page
Summary: Incorrectly closed <th> tag on patron search page
Status: Pushed to main
Alias: None
Product: Koha
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: Main
Hardware: All All
: P5 - low trivial (vote)
Assignee: Brendan Lawlor
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-17 21:03 UTC by Brendan Lawlor
Modified: 2023-11-24 00:13 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
23.11.00


Attachments
Bug 35365: fix stray td tag (1.22 KB, patch)
2023-11-17 21:43 UTC, Brendan Lawlor
Details | Diff | Splinter Review
Bug 35365: fix stray td tag (1.28 KB, patch)
2023-11-17 21:49 UTC, Lucas Gass
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Brendan Lawlor 2023-11-17 21:03:50 UTC
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>
Comment 1 Brendan Lawlor 2023-11-17 21:43:40 UTC
Created attachment 159115 [details] [review]
Bug 35365: fix stray td tag
Comment 2 Lucas Gass 2023-11-17 21:49:17 UTC
Created attachment 159116 [details] [review]
Bug 35365: fix stray td tag

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Comment 3 Lucas Gass 2023-11-17 21:50:14 UTC
Thanks Brendan, looks good! Straighforward fix here, passing QA.
Comment 4 Brendan Lawlor 2023-11-17 22:01:49 UTC
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
Comment 5 Tomás Cohen Arazi 2023-11-24 00:13:31 UTC
Pushed to master for 23.11.

Nice work everyone, thanks!