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

(-)a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl (-2 / +1 lines)
Lines 458-464 Link Here
458
                <xsl:call-template name="nameABCQ"/>.
458
                <xsl:call-template name="nameABCQ"/>.
459
            </xsl:when>
459
            </xsl:when>
460
            <xsl:otherwise>
460
            <xsl:otherwise>
461
                <xsl:call-template name="nameABCDQ"/>;
461
                <xsl:call-template name="nameABCQ"/>;
462
            </xsl:otherwise>
462
            </xsl:otherwise>
463
            </xsl:choose>
463
            </xsl:choose>
464
        </xsl:for-each>
464
        </xsl:for-each>
465
- 

Return to bug 9820