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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (-3 / +3 lines)
Lines 174-182 Link Here
174
                                </xsl:call-template>
174
                                </xsl:call-template>
175
                            </xsl:with-param>
175
                            </xsl:with-param>
176
                        </xsl:call-template>
176
                        </xsl:call-template>
177
			</a>
177
            </a>
178
                    <xsl:text> </xsl:text><xsl:call-template name="part"/>
178
            <xsl:call-template name="part"/>
179
            <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
179
            <xsl:choose><xsl:when test="position()=last()"><xsl:text>. </xsl:text></xsl:when><xsl:otherwise><xsl:text> ; </xsl:text></xsl:otherwise></xsl:choose>
180
        </xsl:for-each>
180
        </xsl:for-each>
181
181
182
        <!-- 490 Series not traced, Ind1 = 0 -->
182
        <!-- 490 Series not traced, Ind1 = 0 -->
(-)a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl (-4 / +3 lines)
Lines 181-189 Link Here
181
                                </xsl:call-template>
181
                                </xsl:call-template>
182
                            </xsl:with-param>
182
                            </xsl:with-param>
183
                        </xsl:call-template>
183
                        </xsl:call-template>
184
			</a>
184
            </a>
185
                    <xsl:text> </xsl:text><xsl:call-template name="part"/>
185
            <xsl:call-template name="part"/>
186
            <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
186
            <xsl:choose><xsl:when test="position()=last()"><xsl:text>. </xsl:text></xsl:when><xsl:otherwise><xsl:text> ; </xsl:text></xsl:otherwise></xsl:choose>
187
        </xsl:for-each>
187
        </xsl:for-each>
188
188
189
        <!-- 490 Series not traced, Ind1 = 0 -->
189
        <!-- 490 Series not traced, Ind1 = 0 -->
190
- 

Return to bug 9158