From 7fb67b1efa97c4345c7b04989146adeb237cdaa7 Mon Sep 17 00:00:00 2001 From: Jared CAMINS-ESAKOV Date: Fri, 2 Jul 2010 10:05:45 -0400 Subject: [PATCH] Fix for bug 4928, problematic 78x display in OPAC Content-Type: text/plain; charset="utf-8" - Add wrappers around the display of subfield 'n' for 76x-78x fields This eliminates the issue in Firefox that caused the font size to grow progressively smaller on the OPAC Details page for records with multiple 76x-78x fields --- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) mode change 100644 => 100755 koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl old mode 100644 new mode 100755 index 1f8e897..73748fa --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl @@ -518,7 +518,9 @@ + + @@ -592,7 +594,9 @@ - + + + @@ -644,6 +648,11 @@ + + + + + -- 1.7.0.4