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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-2 / +1 lines)
Lines 226-232 Link Here
226
                        </xsl:call-template>
226
                        </xsl:call-template>
227
            </a>
227
            </a>
228
            <xsl:call-template name="part"/>
228
            <xsl:call-template name="part"/>
229
            <xsl:choose><xsl:when test="position()=last()"><xsl:text>. </xsl:text></xsl:when><xsl:otherwise><xsl:text> ; </xsl:text></xsl:otherwise></xsl:choose>
229
            <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text> ; </xsl:text></xsl:otherwise></xsl:choose>
230
        </xsl:for-each>
230
        </xsl:for-each>
231
231
232
        <!-- 490 Series not traced, Ind1 = 0 -->
232
        <!-- 490 Series not traced, Ind1 = 0 -->
233
- 

Return to bug 22884