Bugzilla – Attachment 106002 Details for
Bug 25804
Remove HTML from title tag of bibliographic detail page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25804: Remove HTML from title tag of bibliographic detail page
Bug-25804-Remove-HTML-from-title-tag-of-bibliograp.patch (text/plain), 1.32 KB, created by
Owen Leonard
on 2020-06-18 12:04:38 UTC
(
hide
)
Description:
Bug 25804: Remove HTML from title tag of bibliographic detail page
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2020-06-18 12:04:38 UTC
Size:
1.32 KB
patch
obsolete
>From bcf0803863f21a686e32855867b7b9d8babeea51 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 18 Jun 2020 11:56:38 +0000 >Subject: [PATCH] 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. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index d58edcf514..dc57f35731 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -33,9 +33,9 @@ > [% INCLUDE 'doc-head-open.inc' %] > <title>Koha › Catalog › > [% IF ( unknownbiblionumber ) %] >- <span class="unknownrecord">Unknown record</span> >+ Unknown record > [% ELSE %] >- <span class="titledetails">Details for [% INCLUDE 'biblio-title-head.inc' %]</span> >+ Details for [% INCLUDE 'biblio-title-head.inc' %] > [% END %] > </title> > [% INCLUDE 'doc-head-close.inc' %] >-- >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 25804
:
106002
|
106157
|
106158