Bugzilla – Attachment 126945 Details for
Bug 29329
stray "s" in opac-detail
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29329: Remove stray character in opac-detail.tt
Bug-29329-Remove-stray-character-in-opac-detailtt.patch (text/plain), 1.48 KB, created by
David Nind
on 2021-10-27 03:14:24 UTC
(
hide
)
Description:
Bug 29329: Remove stray character in opac-detail.tt
Filename:
MIME Type:
Creator:
David Nind
Created:
2021-10-27 03:14:24 UTC
Size:
1.48 KB
patch
obsolete
>From 06d04738fd610bf2da8135b8664e6b9249cd0bd7 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 26 Oct 2021 19:52:24 +0000 >Subject: [PATCH] Bug 29329: Remove stray character in opac-detail.tt > >1. Have OpacBrowseResults on. >2. Make search with many results. >3. Go to the record detail page >4. Click 'Browse results' >5. At the bottom of the container notice the stray "s". >6. apply patch >7. Try again, the "s" is gone! > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >index f38ea4e0f2..52a7cec016 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >@@ -1024,7 +1024,7 @@ > </li> > [% END # /IF listitem.biblionumber %] > [% END # /FOREACH listitem %] >- </ul> <!-- /#ul_pagination_list -->s >+ </ul> <!-- /#ul_pagination_list --> > </div> <!-- /.pagination_list --> > </div> <!-- /.results-pagination --> > [% END # /IF ( listResults ) %] >-- >2.20.1
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 29329
:
126931
|
126945
|
127124