From 8a1cb959c6c8c83e57d08776a4f3a91cd20f1b0f Mon Sep 17 00:00:00 2001 From: Jane Wagner Date: Wed, 7 Oct 2009 09:52:02 -0400 Subject: [PATCH] Bug 3671 Workaround for font display problem 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 --- koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl index 0038191e62..62a9f46241 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl @@ -846,6 +846,7 @@ + -- 2.39.5