Bug 7109

Summary: Error in en-GB and en-NZ templates causes JavaScript errors
Product: Koha Reporter: Owen Leonard <oleonard>
Component: I18N/L10NAssignee: Frédéric Demians <f.demians>
Status: CLOSED DUPLICATE QA Contact: Bugs List <koha-bugs>
Severity: major    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Owen Leonard 2011-10-27 19:04:58 UTC
Where the en-US template has a \ to escape a single quote:

_('Are you sure you want to renew this patron\'s registration?')

...the translated templates are double-escaped:

_('Are you sure you want to renew this user\\'s registration?')

This causes a JavaScript error which breaks further JavaScript processing on the page (like toolbars, menus, etc).
Comment 1 Owen Leonard 2011-12-07 17:02:10 UTC

*** This bug has been marked as a duplicate of bug 6574 ***