Bug 20986: (follow-up) Avoid br tags, but allow for line breaks to be added easily...
authorKatrin Fischer <katrin.fischer.83@web.de>
Thu, 27 Sep 2018 17:49:27 +0000 (19:49 +0200)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 6 Jun 2019 14:47:58 +0000 (15:47 +0100)
commit65de22a6ef928bd6074e9a4d6a1e1351d0e1de9b
treee6481008a3a83bf1ab70a0957aa2cedda74844aa
parentc23276324c4da519130f35cb7c471402965b3e1b
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>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl
koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl