https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42282 --- Comment #25 from Jan Kissig <bibliothek@th-wildau.de> --- Created attachment 200007 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=200007&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> Signed-off-by: Jan Kissig <bibliothek@th-wildau.de> -- You are receiving this mail because: You are watching all bug changes.