8 Oct
2019
8 Oct
'19
2:52 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23777 --- Comment #1 from Bernard <bernard.scaife@ptfs-europe.com> --- Temporary fix in /kohaclone/koha-tmpl/intranet-tmpl/prog/en-GB/modules/authorities/blinddetail-biblio-search.tt is to add if(values[i].indexOf('"')) { values[i] = values[i].replace(/\"\;/g, '"'); } after line 99, but only deals with " entity, not others. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.