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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (-1 / +1 lines)
Lines 375-381 Link Here
375
            <xsl:call-template name="chopPunctuation">
375
            <xsl:call-template name="chopPunctuation">
376
                <xsl:with-param name="chopString">
376
                <xsl:with-param name="chopString">
377
                    <xsl:call-template name="subfieldSelect">
377
                    <xsl:call-template name="subfieldSelect">
378
                        <xsl:with-param name="codes">abcdvxyz</xsl:with-param>
378
                        <xsl:with-param name="codes">abcdtvxyz</xsl:with-param>
379
                        <xsl:with-param name="subdivCodes">vxyz</xsl:with-param>
379
                        <xsl:with-param name="subdivCodes">vxyz</xsl:with-param>
380
                        <xsl:with-param name="subdivDelimiter">-- </xsl:with-param>
380
                        <xsl:with-param name="subdivDelimiter">-- </xsl:with-param>
381
                    </xsl:call-template>
381
                    </xsl:call-template>
(-)a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl (-2 / +1 lines)
Lines 395-401 Link Here
395
            <xsl:call-template name="chopPunctuation">
395
            <xsl:call-template name="chopPunctuation">
396
                <xsl:with-param name="chopString">
396
                <xsl:with-param name="chopString">
397
                    <xsl:call-template name="subfieldSelect">
397
                    <xsl:call-template name="subfieldSelect">
398
                        <xsl:with-param name="codes">abcdvxyz</xsl:with-param>
398
                        <xsl:with-param name="codes">abcdtvxyz</xsl:with-param>
399
                        <xsl:with-param name="subdivCodes">vxyz</xsl:with-param>
399
                        <xsl:with-param name="subdivCodes">vxyz</xsl:with-param>
400
                        <xsl:with-param name="subdivDelimiter">-- </xsl:with-param>
400
                        <xsl:with-param name="subdivDelimiter">-- </xsl:with-param>
401
                    </xsl:call-template>
401
                    </xsl:call-template>
402
- 

Return to bug 5222