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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-4 / +3 lines)
Lines 260-269 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><span class="separator"><xsl:text> | </xsl:text></span></xsl:text></xsl:otherwise></xsl:choose>    
266
            </xsl:for-each>
266
	</xsl:for-each>
267
        </xsl:if>
267
        </xsl:if>
268
        </span>
268
        </span>
269
        </xsl:if>
269
        </xsl:if>
270
- 

Return to bug 15436