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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-2 / +1 lines)
Lines 159-165 Link Here
159
                    <xsl:with-param name="basetags">100,110,111,700,710,711</xsl:with-param>
159
                    <xsl:with-param name="basetags">100,110,111,700,710,711</xsl:with-param>
160
                    <xsl:with-param name="codes">abc</xsl:with-param>
160
                    <xsl:with-param name="codes">abc</xsl:with-param>
161
                    <xsl:with-param name="index">au</xsl:with-param>
161
                    <xsl:with-param name="index">au</xsl:with-param>
162
                    <!-- do not use label 'by ' here, it would be repeated for every occurence of 100,110,111,700,710,711 -->
162
                    <!-- do not use label 'by ' here, it would be repeated for every occurrence of 100,110,111,700,710,711 -->
163
                </xsl:call-template>
163
                </xsl:call-template>
164
            </h5>
164
            </h5>
165
        </xsl:if>
165
        </xsl:if>
166
- 

Return to bug 15606