diff options
-rw-r--r-- | template/en/default/list/list.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 368cd9c08..d34a454e0 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -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 %] |