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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-2 / +1 lines)
Lines 260-266 Link Here
260
                        <xsl:call-template name="part"/>
260
                        <xsl:call-template name="part"/>
261
                    </xsl:otherwise>
261
                    </xsl:otherwise>
262
                </xsl:choose>
262
                </xsl:choose>
263
                <xsl:text>: </xsl:text>
263
                <xsl:text>; </xsl:text>
264
                <xsl:value-of  select="marc:subfield[@code='v']" />
264
                <xsl:value-of  select="marc:subfield[@code='v']" />
265
            <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
265
            <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
266
            </xsl:for-each>
266
            </xsl:for-each>
267
- 

Return to bug 15436