[Koha-bugs] [Bug 23777] Text converted to html entity codes in cataloguing edit form

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 8 15:52:42 CEST 2019


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

--- Comment #1 from Bernard <bernard.scaife at 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(/\&quot\;/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.


More information about the Koha-bugs mailing list