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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl (-2 / +1 lines)
Lines 452-458 Link Here
452
            </xsl:if>
452
            </xsl:if>
453
            <xsl:choose>
453
            <xsl:choose>
454
                <xsl:when test="position()=last()">
454
                <xsl:when test="position()=last()">
455
                    <xsl:if test="../marc:datafield[@tag=490][@ind1!=1]">
455
                    <xsl:if test="../marc:datafield[@tag=490][@ind1=1]">
456
                        <span class="separator"> | </span>
456
                        <span class="separator"> | </span>
457
                    </xsl:if>
457
                    </xsl:if>
458
                </xsl:when>
458
                </xsl:when>
459
- 

Return to bug 15436