https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42282 --- Comment #14 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 198503 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198503&action=edit Bug 42282: (follow-up) Fix broken mailto concatenation in Elasticsearch 404 modal The port folded the admin email into a single string literal " <a href='mailto: + Koha.prefs.KohaAdminEmailAddress'>" so the href became the literal text "mailto: + Koha.prefs..." instead of mailto:<admin email>. Close the string and concatenate Koha.prefs.KohaAdminEmailAddress. To test: - Set KohaAdminEmailAddress syspref. - SearchEngine = Elasticsearch, open a biblio detail page. - Trigger the Elasticsearch preview with a bad id so the 404 branch renders, and confirm the "Send email" link points at mailto:<email>. Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de> -- You are receiving this mail because: You are watching all bug changes.