16 Apr
2019
16 Apr
'19
7:49 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20986 --- Comment #9 from Liz Rea <wizzyrea@gmail.com> --- Created attachment 88096 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=88096&action=edit Bug 20986: (follow-up) Avoid br tags, but allow for line breaks to be added easily with CSS This patch removes the br tags from the XSLT in favor of some more spans and classes. This will allow to add the line breaks with one line of CSS: span.holdings_note_data { display:block; } Signed-off-by: Liz Rea <wizzyrea@gmail.com> -- You are receiving this mail because: You are watching all bug changes.