https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41116 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |david@davidnind.com --- Comment #5 from David Nind <david@davidnind.com> --- The patch still applies, but I've failed QA. There is a %40 for the @ symbol in the hold found form, and in the HTML source for the hold found and hold found (item is already waiting). Hold found pop-up window ------------------------ Email address is shown on the form as: mary%40example.com (previously it was mary@example.com) - HTML <a href="mailto:mary%40example.com">mary%40example.com</a> Before the patch the HTML was <a id="boremail" href="mailto:mary@example.com">mary@example.com</a> Hold found (item is already waiting) ------------------------------------ - Email address is shown correctly, but in the HTML it is <a href="mailto:mary%40example.com">mary@example.com</a> - Before the patch it was <a id="boremail" href="mailto:mary@example.com">mary@example.com</a> -- You are receiving this mail because: You are watching all bug changes.