https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23126
--- Comment #3 from Katrin Fischer <[email protected]> --- 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. _______________________________________________ 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/
