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 446-452 Link Here
446
            </xsl:if>
446
            </xsl:if>
447
            <xsl:choose>
447
            <xsl:choose>
448
                <xsl:when test="position()=last()">
448
                <xsl:when test="position()=last()">
449
                    <xsl:if test="../marc:datafield[@tag=490][@ind1!=1]">
449
                    <xsl:if test="../marc:datafield[@tag=490][@ind1=1]">
450
                        <span class="separator"> | </span>
450
                        <span class="separator"> | </span>
451
                    </xsl:if>
451
                    </xsl:if>
452
                </xsl:when>
452
                </xsl:when>
453
- 

Return to bug 15436