Bug 3671 Workaround for font display problem
authorJane Wagner <jwagner@ptfs.com>
Wed, 7 Oct 2009 13:52:02 +0000 (09:52 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Mon, 10 May 2010 20:40:31 +0000 (16:40 -0400)
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.
(cherry picked from commit 2ff55ef2a2443933881186323f5dec3fe40842dd)

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl

index 0038191..62a9f46 100644 (file)
             </xsl:when>
             </xsl:choose>
     </xsl:if>
+<xsl:text> </xsl:text> <!-- added blank space to fix font display problem, see Bug 3671 -->
        </span>
 </xsl:if>