22 Feb
2021
22 Feb
'21
3:56 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27748 --- Comment #1 from Magnus Enger <magnus@libriotech.no> --- Tested on 20.05.05 and 20.05.08. I *think* the problem is the "escape" on line 934 of koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt: $overdrive_results.html( '<a href="/cgi-bin/koha/opac-overdrive-search.pl?q=' + escape( od_querystring ) + '">' + MSG_RESULTS_FOUND_IN_COLLECTION.format(data.totalItems, 'OverDrive') + '</a>' ); -- You are receiving this mail because: You are watching all bug changes.