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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (+1 lines)
Lines 847-852 Link Here
847
                    <xsl:call-template name="subfieldSelectSpan">
847
                    <xsl:call-template name="subfieldSelectSpan">
848
                        <xsl:with-param name="codes">a</xsl:with-param>
848
                        <xsl:with-param name="codes">a</xsl:with-param>
849
                    </xsl:call-template>
849
                    </xsl:call-template>
850
                    <xsl:if test="position()!=last()"><span class="separator"><xsl:text> | </xsl:text></span></xsl:if>
850
                </xsl:for-each>
851
                </xsl:for-each>
851
            </div>
852
            </div>
852
        </xsl:if>
853
        </xsl:if>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-1 / +1 lines)
Lines 947-952 Link Here
947
                        <xsl:call-template name="subfieldSelectSpan">
947
                        <xsl:call-template name="subfieldSelectSpan">
948
                            <xsl:with-param name="codes">a</xsl:with-param>
948
                            <xsl:with-param name="codes">a</xsl:with-param>
949
                        </xsl:call-template>
949
                        </xsl:call-template>
950
                        <xsl:if test="position()!=last()"><span class="separator"><xsl:text> | </xsl:text></span></xsl:if>
950
                    </xsl:for-each>
951
                    </xsl:for-each>
951
                </div>
952
                </div>
952
            </xsl:if>
953
            </xsl:if>
953
- 

Return to bug 15444