https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22482 Bug ID: 22482 Summary: Some characters are not escaped in translated file. Change sponsored?: --- Product: Koha Version: 18.11 Hardware: Other OS: Linux Status: NEW Severity: minor Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: bastien.gonckel@progilone.fr QA Contact: testopia@bugs.koha-community.org Target Milestone: --- It seems that the file fr-FR-staff-prog.po contain character that are not escaped on line 17596. In the template memberentrygen.tt, line 1195 the string MSG_MESSAGING_DFEAULTS (I assume it was supposed to be MSG_MESSAGING_DEFAULTS) contain double quote, but these double quote are escaped in the .po file. With this unescapped character, the javascript fail, and I can't use the save button for saving user. Work fine in english. -- You are receiving this mail because: You are watching all bug changes.