---
 .../prog/en/xslt/MARC21slim2OPACResults.xsl        |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl 
b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl
index 65e14e5..9d2833d 100644
--- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl
+++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl
@@ -958,7 +958,7 @@
                            select="key('item-by-status', 'available')"/>
                        <xsl:for-each select="$available_items[generate-id() = 
generate-id(key('item-by-status-and-branch', concat(items:status, ' ', 
items:homebranch))[1])]">
                            <xsl:value-of select="items:homebranch"/>
-                                                  <xsl:if 
test="items:itemcallnumber != '' and items:itemcallnumber">[<xsl:value-of 
select="items:itemcallnumber"/>]</xsl:if>
+                                                  <xsl:if 
test="items:itemcallnumber != '' and items:itemcallnumber"> [<xsl:value-of 
select="items:itemcallnumber"/>]</xsl:if>
                            <xsl:text> (</xsl:text>
                            <xsl:value-of 
select="count(key('item-by-status-and-branch', concat(items:status, ' ', 
items:homebranch)))"/>
                            <xsl:text>)</xsl:text>
@@ -976,7 +976,7 @@
                            select="key('item-by-status', 'reference')"/>
                        <xsl:for-each select="$reference_items[generate-id() = 
generate-id(key('item-by-status-and-branch', concat(items:status, ' ', 
items:homebranch))[1])]">
                            <xsl:value-of select="items:homebranch"/>
-                                                  <xsl:if 
test="items:itemcallnumber != '' and items:itemcallnumber">[<xsl:value-of 
select="items:itemcallnumber"/>]</xsl:if>
+                                                  <xsl:if 
test="items:itemcallnumber != '' and items:itemcallnumber"> [<xsl:value-of 
select="items:itemcallnumber"/>]</xsl:if>
                            <xsl:text> (</xsl:text>
                            <xsl:value-of 
select="count(key('item-by-status-and-branch', concat(items:status, ' ', 
items:homebranch)))"/>
                            <xsl:text>)</xsl:text>
-- 
1.7.0.4

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches

Reply via email to