Bugzilla – Attachment 159115 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.22 KB, created by
Brendan Lawlor
on 2023-11-17 21:43:40 UTC
(
hide
)
Description:
Bug 35365: fix stray td tag
Filename:
MIME Type:
Creator:
Brendan Lawlor
Created:
2023-11-17 21:43:40 UTC
Size:
1.22 KB
patch
obsolete
>From 8bb0bb5e3f35cff62a5cfdc00a5e491bac660a00 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 > >--- > 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 60015b594c..2d848e3223 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