From a4e4065da785dc840f1c4d8390df39569932faa5 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 - 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 Signed-off-by: Galen Charlton --- .../opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 1f8e8970ce..73748fa7b9 --- 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 @@ + + + + + -- 2.39.5