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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (-1 / +1 lines)
Lines 398-404 Link Here
398
                <xsl:call-template name="chopPunctuation">
398
                <xsl:call-template name="chopPunctuation">
399
                  <xsl:with-param name="chopString">
399
                  <xsl:with-param name="chopString">
400
                    <xsl:call-template name="subfieldSelect">
400
                    <xsl:call-template name="subfieldSelect">
401
                        <xsl:with-param name="codes">abceg</xsl:with-param>
401
                        <xsl:with-param name="codes">abcefg</xsl:with-param>
402
                    </xsl:call-template>
402
                    </xsl:call-template>
403
                   </xsl:with-param>
403
                   </xsl:with-param>
404
               </xsl:call-template>
404
               </xsl:call-template>
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl (-1 / +1 lines)
Lines 886-892 Link Here
886
            <xsl:call-template name="chopPunctuation">
886
            <xsl:call-template name="chopPunctuation">
887
              <xsl:with-param name="chopString">
887
              <xsl:with-param name="chopString">
888
                <xsl:call-template name="subfieldSelect">
888
                <xsl:call-template name="subfieldSelect">
889
                    <xsl:with-param name="codes">abceg</xsl:with-param>
889
                    <xsl:with-param name="codes">abcefg</xsl:with-param>
890
                </xsl:call-template>
890
                </xsl:call-template>
891
               </xsl:with-param>
891
               </xsl:with-param>
892
           </xsl:call-template>
892
           </xsl:call-template>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-2 / +1 lines)
Lines 425-431 Link Here
425
                <xsl:call-template name="chopPunctuation">
425
                <xsl:call-template name="chopPunctuation">
426
                  <xsl:with-param name="chopString">
426
                  <xsl:with-param name="chopString">
427
                    <xsl:call-template name="subfieldSelect">
427
                    <xsl:call-template name="subfieldSelect">
428
                        <xsl:with-param name="codes">abceg</xsl:with-param>
428
                        <xsl:with-param name="codes">abcefg</xsl:with-param>
429
                    </xsl:call-template>
429
                    </xsl:call-template>
430
                   </xsl:with-param>
430
                   </xsl:with-param>
431
               </xsl:call-template>
431
               </xsl:call-template>
432
- 

Return to bug 20984