https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16522
Victor Grousset/tuxayo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #61 from Victor Grousset/tuxayo <[email protected]> --- > Are the extraneous "=" and "3D" being inserted into the log transcript of the > email, or are they really in a sent email? It's something about having to replace some characters before sending them via email: https://en.wikipedia.org/wiki/Quoted-printable#Quoted-printable_encoding It's under the hood so users don't see this. But on sandboxes, koha mail log shows raw data. So = becomes =3D So this part of the link is valid! It's biblionumber=16 as expected. The bibl= is a way to represent going to the next line. So it's biblionumber, as expected. The beginning of the link looks wrong because h2sandboxes.biblibre.eu:8080 isn't what you have in the browser. But it looks like to be the internal address of the OPAC. So just replace with the OPAC address and it should work. So if I understand correctly the link is valid! So you can retry and use the bellow link (or do adapt it yourself from the email logs) and it should work :) http://opac-h2sandboxes.biblibre.eu:8080/cgi-bin/koha/opac-detail.pl?biblionumber=16 -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
