Commit 3395d78c authored by Arshad Kazmi's avatar Arshad Kazmi Committed by dklawren

Bug 1226123 - Email addresses with an apostrophe in them break the "Send Mail to…

Bug 1226123 - Email addresses with an apostrophe in them break the "Send Mail to Bug Assignees" button in buglists
parent d7cf1c91
......@@ -250,7 +250,7 @@
[% IF bugowners && user.id %]
<button type="button" id="email_assignees"
onclick="document.location='mailto:[% bugowners FILTER html %]'">
onclick="document.location='mailto:[% bugowners FILTER html FILTER js %]'">
Send Mail to [% terms.Bug %] Assignees</button>
[% END %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment