@@ -, +, @@ - Create a z39.50 target containing an apostrophe in the title - Note that the Advanced Cataloguer editor does not load - Apply the patch - TEST: Note that the Advanced Cataloguer editor does load --- koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc @@ -51,7 +51,7 @@ require( [ 'koha-backend', 'search', 'macros', 'marc-editor', 'marc-record', 'pr [%- FOREACH server = z3950_servers -%] { server_id: [% server.id | html %], - name: '[% server.servername | html %]', + name: '[% server.servername | html_entity %]', recordtype: '[% server.recordtype | html %]', checked: [% server.checked ? 'true' : 'false' | html %], }, --