https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23731
--- Comment #2 from Owen Leonard <[email protected]> --- Why this change to MARC21slim2OPACDetail.xsl? @@ -956,10 +968,6 @@ <xsl:with-param name="codes">a</xsl:with-param> <xsl:with-param name="delimeter"><xsl:text> | </xsl:text></xsl:with-param> </xsl:call-template> - <xsl:choose> - <xsl:when test="position()=last()"><xsl:text> </xsl:text></xsl:when> - <xsl:otherwise> | </xsl:otherwise> - </xsl:choose> </xsl:for-each> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
