From f92d9c3464cf6e73e98f5739e6b3e9dc368e7201 Mon Sep 17 00:00:00 2001 From: Owen Leonard 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 tags from the bibliographic detail page's 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> --- 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 %] [% INCLUDE 'doc-head-close.inc' %] -- 2.11.0