Bug 29514

Summary: ILL requests: Remove extraneous › HTML entity from breadcrumbs
Product: Koha Reporter: Andreas Roussos <a.roussos>
Component: TemplatesAssignee: Andreas Roussos <a.roussos>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low CC: andrewfh, david, fridolin.somers, kyle, victor
Version: unspecifiedKeywords: Manual
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: String patch
Documentation contact: Documentation submission:
Text to go in the release notes:
This fixes a small typo in the breadcrumbs section for ILL requests - it had an extra &rsaquo; HTML entity after "Home".
Version(s) released in:
22.05.00,21.11.01,21.05.08
Attachments: ILL requests - extra > after 'Home' breadcrumb
Bug 29514: Remove extraneous HTML entity from breadcrumbs
Bug 29514: Remove extraneous HTML entity from breadcrumbs
Bug 29514: Remove extraneous HTML entity from breadcrumbs

Description Andreas Roussos 2021-11-18 09:37:54 UTC
Created attachment 127778 [details]
ILL requests - extra > after 'Home' breadcrumb

As per the attached screenshot, the template file for ILL requests has
a small typo: there exists an extra &rsaquo; HTML entity after "Home".
Comment 1 Andreas Roussos 2021-11-18 09:50:27 UTC
Created attachment 127779 [details] [review]
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 &rsaquo; 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.
Comment 2 Owen Leonard 2021-11-18 11:48:30 UTC
Created attachment 127787 [details] [review]
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 &rsaquo; 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>
Comment 3 Katrin Fischer 2021-11-19 12:47:09 UTC
Created attachment 127860 [details] [review]
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 &rsaquo; 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>
Comment 4 Fridolin Somers 2021-12-02 06:44:41 UTC
Pushed to master for 22.05, thanks to everybody involved!
Comment 5 Kyle M Hall 2021-12-03 14:56:02 UTC
Pushed to 21.11.x for 21.11.01
Comment 6 David Nind 2021-12-16 13:28:55 UTC
Added Manual keyword for 22.05 bugs that I consider require documentation changes. See bug 29640 and the linked spreadsheet for additional details.
Comment 7 Andrew Fuerste-Henry 2021-12-16 21:05:13 UTC
Pushed to 21.05.x for 21.05.08
Comment 8 Victor Grousset/tuxayo 2021-12-22 20:59:51 UTC
Not backported to oldoldstable (20.11.x). Feel free to ask if it's needed.