18 Jun
2019
18 Jun
'19
7:19 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23126 --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- This turned out to be a little bit bigger than a missing filter. GetSubscriptionsFromBiblionumber actually turned the \n to <br>, which we should never do but leave to the templates. I removed the 3 lines doing that and have fixed every place in the templates where I found the variables displayed with TT filter html_line_breaks. I have not submitted tests, because it seemed a little silly to test if the data does not contain <br>? Existing tests in t/db_dependent/Serials.t pass. -- You are receiving this mail because: You are watching all bug changes.