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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (-4 / +1 lines)
Lines 834-843 Link Here
834
                    <xsl:with-param name="codes">a</xsl:with-param>
834
                    <xsl:with-param name="codes">a</xsl:with-param>
835
                    <xsl:with-param name="delimeter"><xsl:text> | </xsl:text></xsl:with-param>
835
                    <xsl:with-param name="delimeter"><xsl:text> | </xsl:text></xsl:with-param>
836
                </xsl:call-template>
836
                </xsl:call-template>
837
                <xsl:choose>
837
                <xsl:if test="not(position()=last())"><xsl:text> | </xsl:text></xsl:if>
838
                    <xsl:when test="position()=last()"><xsl:text>  </xsl:text></xsl:when>
839
                    <xsl:otherwise> | </xsl:otherwise>
840
                </xsl:choose>
841
            </xsl:for-each>
838
            </xsl:for-each>
842
        </span>
839
        </span>
843
    </xsl:if>
840
    </xsl:if>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-5 / +1 lines)
Lines 888-897 Link Here
888
                    <xsl:with-param name="codes">a</xsl:with-param>
888
                    <xsl:with-param name="codes">a</xsl:with-param>
889
                    <xsl:with-param name="delimeter"><xsl:text> | </xsl:text></xsl:with-param>
889
                    <xsl:with-param name="delimeter"><xsl:text> | </xsl:text></xsl:with-param>
890
                </xsl:call-template>
890
                </xsl:call-template>
891
                <xsl:choose>
891
                <xsl:if test="not(position()=last())"><xsl:text> | </xsl:text></xsl:if>
892
                    <xsl:when test="position()=last()"><xsl:text>  </xsl:text></xsl:when>
893
                    <xsl:otherwise> | </xsl:otherwise>
894
                </xsl:choose>
895
            </xsl:for-each>
892
            </xsl:for-each>
896
        </span>
893
        </span>
897
    </xsl:if>
894
    </xsl:if>
898
- 

Return to bug 24322