Skip to content

Commit

Permalink
Bug 1226123 - Email addresses with an apostrophe in them break the "S…
Browse files Browse the repository at this point in the history
…end Mail to Bug Assignees" button in buglists
  • Loading branch information
arshadkazmi42 authored and dklawren committed Sep 25, 2018
1 parent d7cf1c9 commit 3395d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/en/default/list/list.html.tmpl
Expand Up @@ -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 %]

Expand Down

0 comments on commit 3395d78

Please sign in to comment.