https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16427
Owen Leonard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #5 from Owen Leonard <[email protected]> --- This looks good, but can I suggest one minor edit? I think a little space before the icon would improve readability: <xsl:if test="marc:subfield[@code=9]"> + <xsl:text> </xsl:text> <a class='authlink'> The XSL usually ignores whitespace, so the <xsl:text> block can put a single space before the icon. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
