bug 8322 removing additional spaces before fullstop on catalogue/detail and opac...
authorChris Hall <chrish@catalyst.net.nz>
Tue, 12 Jun 2012 04:28:56 +0000 (16:28 +1200)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 13 Jul 2012 15:34:13 +0000 (17:34 +0200)
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl
koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slimUtils.xsl

index 46b35fa..8c0618b 100644 (file)
@@ -65,7 +65,6 @@
                        <xsl:when test="not($chopString)"/>
                        <xsl:otherwise><xsl:value-of select="$chopString"/></xsl:otherwise>
                </xsl:choose>
-<xsl:text> </xsl:text>
        </xsl:template>
 
        <!-- Function extractControlNumber is used to extract the control number (record number) from MARC tags 773/80/85 [etc.] subfield $w.
index 9ec913c..c39ca39 100644 (file)
@@ -65,7 +65,6 @@
                        <xsl:when test="not($chopString)"/>
                        <xsl:otherwise><xsl:value-of select="$chopString"/></xsl:otherwise>
                </xsl:choose>
-<xsl:text> </xsl:text>
        </xsl:template>
 
        <!-- Function extractControlNumber is used to extract the control number (record number) from MARC tags 773/80/85 [etc.] subfield $w.