https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36111 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA --- Comment #60 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- This looks like we are almost there, but there is a change, that should not be there: - <ul class="resource_list"> The class makes it so that we show separators between multiple fields using CSS. If you add that back, it should make this unnecessary: + <xsl:choose> + <xsl:when test="position()=last()"><xsl:text> </xsl:text></xsl:when> + <xsl:otherwise> | </xsl:otherwise> + </xsl:choose> -- You are receiving this mail because: You are watching all bug changes.