https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21986 Bug ID: 21986 Summary: quotation marks are wrongly escaped in several places Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: major Priority: P5 - low Component: Cataloging Assignee: jonathan.druart@bugs.koha-community.org Reporter: jonathan.druart@bugs.koha-community.org QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl In several places we escape quotation marks using $value =~ s/"/"/g; All the occurrences are wrong and must be removed. -- You are receiving this mail because: You are watching all bug changes.