https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40407 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Patron/Borrower_Discharge.t |Remove legacy "pre-wrap" |generates warnings |versions (was | |Patron/Borrower_Discharge.t | |generates warnings) Depends on| |9210 --- Comment #1 from Jonathan Druart <jonathan.druart@gmail.com> ---
From https://css-tricks.com/snippets/css/make-pre-text-wrap/
/* Browser specific (not valid) styles to make preformatted text wrap */ pre { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ } ... I think it's now safe to remove the backward compatibility versions and simply keep pre-wrap. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9210 [Bug 9210] Automatic carriage return are missing in print letters generated for holds -- You are receiving this mail because: You are watching all bug changes.