https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36235

--- Comment #2 from Jonathan Druart <[email protected]> ---
diff --git
a/koha-tmpl/intranet-tmpl/prog/js/fetch/system-preferences-api-client.js
b/koha-tmpl/intranet-tmpl/prog/js/fetch/system-preferences-api-client.js
index 1b8634951b6..e2b9bcbac8a 100644
--- a/koha-tmpl/intranet-tmpl/prog/js/fetch/system-preferences-api-client.js
+++ b/koha-tmpl/intranet-tmpl/prog/js/fetch/system-preferences-api-client.js
@@ -32,7 +32,7 @@ export class SysprefAPIClient extends HttpClient {
                         .map(variable =>
                             sysprefs[variable].length
                                 ? sysprefs[variable].map(value =>
-                                      "%s=%s".format(variable, value)
+                                      "%s=%s".format(variable,
encodeURIComponent(value))
                                   )
                                 : "%s=".format(variable)
                         )

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to