[Koha-bugs] [Bug 25379] HTML in circulation notes doesn't show correctly on checkin

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 28 19:53:44 CEST 2023


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

--- Comment #11 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Thanks, Nick! 

I am not sure really about allowing HTML and then also meddling with line
breaks. It creates a somewhat weird combination.

html_line_break
This filter replaces any newlines with <br> HTML tags, thus preserving the line
breaks of the original text in the HTML output. 

So you can do now without <br>, but if you add any line breaks just for making
the HTML more readable, they will also all create a line break. Should we not
do either/or?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list