https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36111
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA --- Comment #60 from Katrin Fischer <[email protected]> --- 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. _______________________________________________ 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/
