[Koha-bugs] [Bug 14703] Holidays description shows \r\n for every new line

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 28 08:43:39 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14703

--- Comment #8 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Hobby holiday project:

See newHolidays.pl

if ($description) {
    $description =~ s/\r/\\r/g;
    $description =~ s/\n/\\n/g;
}

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


More information about the Koha-bugs mailing list