[Koha-bugs] [Bug 27748] Encoding problem in link to OverDrive results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 22 15:56:53 CET 2021


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

--- Comment #1 from Magnus Enger <magnus at 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.


More information about the Koha-bugs mailing list