Browse Source

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>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
20.11.x
Owen Leonard 4 years ago
committed by Jonathan Druart
parent
commit
c0f6f3c635
  1. 4
      koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt

4
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt

@ -33,9 +33,9 @@
[% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Catalog &rsaquo;
[% 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' %]

Loading…
Cancel
Save