]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1226123 - Email addresses with an apostrophe in them break the "Send Mail to...
authorArshad Kazmi <arshadkazmi42@gmail.com>
Tue, 25 Sep 2018 21:03:41 +0000 (02:33 +0530)
committerdklawren <dklawren@users.noreply.github.com>
Tue, 25 Sep 2018 21:03:41 +0000 (17:03 -0400)
template/en/default/list/list.html.tmpl

index 368cd9c087cbfc7d9a7960196e657ec92ca8b2b9..d34a454e079cb7e71363d843a4e388bc2bdbc021 100644 (file)
 
         [% 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 %]