[Koha-bugs] [Bug 23126] Multiline entries in subscription history display with <br/> in OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 18 08:19:55 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23126

--- Comment #3 from Katrin Fischer <katrin.fischer at 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.


More information about the Koha-bugs mailing list