View | Details | Raw Unified | Return to bug 25082
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl (-1 / +1 lines)
Lines 385-391 Link Here
385
	    <span>
385
	    <span>
386
	      <xsl:attribute name="class">lang_code-<xsl:value-of select="translate(., ' .-;|#', '_')"/></xsl:attribute>
386
	      <xsl:attribute name="class">lang_code-<xsl:value-of select="translate(., ' .-;|#', '_')"/></xsl:attribute>
387
	      <xsl:call-template name="languageCodeText">
387
	      <xsl:call-template name="languageCodeText">
388
		<xsl:with-param name="code" select="translate(., ' .-;|#', '')"/>
388
		<xsl:with-param name="code" select="."/>
389
	      </xsl:call-template>
389
	      </xsl:call-template>
390
	      <xsl:if test="position() != last()">
390
	      <xsl:if test="position() != last()">
391
	        <span class="sep"><xsl:text>, </xsl:text></span>
391
	        <span class="sep"><xsl:text>, </xsl:text></span>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl (-2 / +1 lines)
Lines 349-355 Link Here
349
        <span>
349
        <span>
350
            <xsl:attribute name="class">lang_code-<xsl:value-of select="translate(., ' .-;|#', '_')"/></xsl:attribute>
350
            <xsl:attribute name="class">lang_code-<xsl:value-of select="translate(., ' .-;|#', '_')"/></xsl:attribute>
351
            <xsl:call-template name="languageCodeText">
351
            <xsl:call-template name="languageCodeText">
352
        <xsl:with-param name="code" select="translate(., ' .-;|#', '')"/>
352
        <xsl:with-param name="code" select="."/>
353
            </xsl:call-template>
353
            </xsl:call-template>
354
            <xsl:if test="position() != last()">
354
            <xsl:if test="position() != last()">
355
            <span class="separator"><xsl:text>, </xsl:text></span>
355
            <span class="separator"><xsl:text>, </xsl:text></span>
356
- 

Return to bug 25082