@@ -, +, @@ detail page - Capitalization fix: Production Credits - Production credits - Changes div to span avoiding display issues - Catalog one or more records with none, one and multiple 508 $a - Check and compare the staff and OPAC detail pages, both should display the production credits information now correctly --- .../en/xslt/MARC21slim2intranetDetail.xsl | 13 +++++++++++ .../en/xslt/MARC21slim2OPACDetail.xsl | 22 +++++++++---------- 2 files changed, 24 insertions(+), 11 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -996,6 +996,19 @@ + + + + Production credits: + + + a + + | + + + + --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -1103,17 +1103,17 @@ - -
- Production Credits: - - - a - - | - -
-
+ + + Production credits: + + + a + + | + + + --