Bugzilla – Attachment 127860 Details for
Bug 29514
ILL requests: Remove extraneous › HTML entity from breadcrumbs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29514: Remove extraneous HTML entity from breadcrumbs
Bug-29514-Remove-extraneous-HTML-entity-from-bread.patch (text/plain), 1.41 KB, created by
Katrin Fischer
on 2021-11-19 12:47:09 UTC
(
hide
)
Description:
Bug 29514: Remove extraneous HTML entity from breadcrumbs
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-11-19 12:47:09 UTC
Size:
1.41 KB
patch
obsolete
>From 6e61c52f8767318059dbe0f7ce7a39885a48aa97 Mon Sep 17 00:00:00 2001 >From: Andreas Roussos <a.roussos@dataly.gr> >Date: Thu, 18 Nov 2021 10:45:10 +0100 >Subject: [PATCH] Bug 29514: Remove extraneous HTML entity from breadcrumbs > >The template file for ILL requests has a small typo in the breadcrumbs >section: there exists an extra › HTML entity after "Home". > >This patch fixes that. > >Test plan: >1) Access the ILL requests module, and notice how an extra character > is displayed after "Home" in the breadcrumbs. >2) Apply this patch. >3) Refresh the page -- the extra character is no longer displayed. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >index a5889a10e6..4309def9c6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >@@ -20,7 +20,7 @@ > <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb"> > <ol> > <li> >- <a href="/cgi-bin/koha/mainpage.pl">Home</a> › >+ <a href="/cgi-bin/koha/mainpage.pl">Home</a> > </li> > > [% IF query_type == 'create' %] >-- >2.11.0
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 29514
:
127778
|
127779
|
127787
| 127860