http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12071 Bug ID: 12071 Summary: javascript broken for a search with double quotes Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Staff Client Assignee: koha-bugs@lists.koha-community.org Reporter: fridolyn.somers@biblibre.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com In staff interface, when performing a simple search with a double quote (ie "histoire algerie"), the javascript is broken in results page because of : function GetZ3950Terms(){ var strQuery="&frameworkcode="; strQuery += "&" + "title" + "=" + ""histoire%20algerie""; Double quotes are not URI-escaped. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.