Bugzilla – Attachment 159116 Details for
Bug 35365
Incorrectly closed <th> tag on patron search page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35365: fix stray td tag
Bug-35365-fix-stray-td-tag.patch (text/plain), 1.28 KB, created by
Lucas Gass (lukeg)
on 2023-11-17 21:49:17 UTC
(
hide
)
Description:
Bug 35365: fix stray td tag
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-11-17 21:49:17 UTC
Size:
1.28 KB
patch
obsolete
>From fcb57c96a1dc2d780ac1847c1468a71bf24fa16c Mon Sep 17 00:00:00 2001 >From: Brendan Lawlor <blawlor@clamsnet.org> >Date: Fri, 17 Nov 2023 21:40:38 +0000 >Subject: [PATCH] Bug 35365: fix stray td tag > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >index 60015b594cd..2d848e3223e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >@@ -157,7 +157,7 @@ > [% CASE 'address-library' %]<th>Address</th> > [% CASE 'branch' %]<th data-filter="libraries">Library</th> > [% CASE 'category' %]<th data-filter="categories">Category</th> >- [% CASE 'dateexpiry' %]<th>Expires on</td> >+ [% CASE 'dateexpiry' %]<th>Expires on</th> > [% CASE 'borrowernotes' %]<th>Notes</th> > [% CASE 'phone' %]<th>Phone</th> > [% CASE 'checkouts' %]<th>Checkouts</th> >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 35365
:
159115
| 159116