19 Feb
2026
19 Feb
'26
3:44 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41846 --- Comment #4 from David Cook <dcook@prosentient.com.au> --- So there's an easy explanation for this one. serials/routing-preview.pl converts newlines to <br />: 137 my $routingnotes = $serials[0]->{'routingnotes'}; 138 $routingnotes =~ s/\n/\<br \/\>/g; I have an idea for this one which might work. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.