[Koha-patches] [PATCH] Bug 3671 Workaround for font display problem

Jane Wagner jwagner at ptfs.com
Wed Oct 7 15:54:45 CEST 2009


If there is no 007 field, parts of the OPAC results data display in a
much smaller font than normal.  Adding a blank space in the span section
fixes it.
---
 .../prog/en/xslt/MARC21slim2OPACResults.xsl        |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl
index cd9d9f2..300cc6e 100644
--- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl
+++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl
@@ -834,6 +834,7 @@
             </xsl:when>
             </xsl:choose>
     </xsl:if>
+<xsl:text> </xsl:text> <!-- added blank space to fix font display problem, see Bug 3671 -->
 	</span>
 </xsl:if>
 
-- 
1.5.6.5




More information about the Koha-patches mailing list