From 6e61c52f8767318059dbe0f7ce7a39885a48aa97 Mon Sep 17 00:00:00 2001 From: Andreas Roussos 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 Signed-off-by: Katrin Fischer --- 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 @@