Bug 25804

Summary: Remove HTML from title tag of bibliographic detail page
Product: Koha Reporter: Owen Leonard <oleonard>
Component: Staff interfaceAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: aleisha, gmcharlt, lucas, sally.healey, testopia
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
20.11.00, 20.05.02
Bug Depends on: 12093    
Bug Blocks:    
Attachments: Bug 25804: Remove HTML from title tag of bibliographic detail page
Bug 25804: Remove HTML from title tag of bibliographic detail page
Bug 25804: Remove HTML from title tag of bibliographic detail page

Description Owen Leonard 2020-06-18 12:02:08 UTC
Bug 12093 accidentally added some <span> tags to the <title> tag of the bibliographic detail page. They should be removed.
Comment 1 Owen Leonard 2020-06-18 12:04:38 UTC
Created attachment 106002 [details] [review]
Bug 25804: Remove HTML from title tag of bibliographic detail page

This patch removes <span> tags from the bibliographic detail page's
<title> tag.

To test, apply the patch and view the bibliographic detail page for
any title in the staff interface. In the page title shown in the browser
tab you should see no <span> tags.
Comment 2 ByWater Sandboxes 2020-06-22 10:38:26 UTC
Created attachment 106157 [details] [review]
Bug 25804: Remove HTML from title tag of bibliographic detail page

This patch removes <span> tags from the bibliographic detail page's
<title> tag.

To test, apply the patch and view the bibliographic detail page for
any title in the staff interface. In the page title shown in the browser
tab you should see no <span> tags.

Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk>
Comment 3 Katrin Fischer 2020-06-22 11:28:16 UTC
Apply? [(y)es, (n)o, (i)nteractive] y
Applying: Bug 25804: Remove HTML from title tag of bibliographic detail page
error: sha1 information is lacking or useless (koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt).

:(
Comment 4 Katrin Fischer 2020-06-22 11:29:03 UTC
Ok, had to pull form master - applies now!
Comment 5 Katrin Fischer 2020-06-22 11:29:52 UTC
Created attachment 106158 [details] [review]
Bug 25804: Remove HTML from title tag of bibliographic detail page

This patch removes <span> tags from the bibliographic detail page's
<title> tag.

To test, apply the patch and view the bibliographic detail page for
any title in the staff interface. In the page title shown in the browser
tab you should see no <span> tags.

Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 6 Jonathan Druart 2020-06-24 13:33:24 UTC
Pushed to master for 20.11, thanks to everybody involved!
Comment 7 Lucas Gass 2020-07-10 15:38:32 UTC
backported to 20.05.x for 20.05.02
Comment 8 Aleisha Amohia 2020-07-12 22:26:01 UTC
missing dependencies, not backported to 19.11.x