https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40675
--- Comment #6 from Bernard <[email protected]> --- Created attachment 185802 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=185802&action=edit Bug 40675: Added new regex to prevent regression I am told my original patch could cause a regression and should instead be $value =~ s/\r\n|\r|\n/ /g; "We probably really want to normalise all options to a space as opposed to switching options. My original change switches us from Mac CR characters to Windows combination of CRLF (and unit tends to just stick to LF in the olden days).. so to really fix the bug we should look for all three as above." -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
