From bd4c76b27f55b996aa30eb80cdc94d7e3448e6fa Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Fri, 17 Feb 2017 13:20:13 -0500 Subject: Bug 1336184 - bug notification email html content differs from plain-text content --- extensions/BMO/template/en/default/email/bugmail.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/BMO/template/en/default') diff --git a/extensions/BMO/template/en/default/email/bugmail.html.tmpl b/extensions/BMO/template/en/default/email/bugmail.html.tmpl index e090dd4d8..d5cb3af9a 100644 --- a/extensions/BMO/template/en/default/email/bugmail.html.tmpl +++ b/extensions/BMO/template/en/default/email/bugmail.html.tmpl @@ -167,7 +167,7 @@ [% terms.Bug %] [% change.blocker.id FILTER none %], which changed state.
[% ELSE %] - [% INCLUDE global/user.html.tmpl user = to_user, who = change.who %] changed + [% INCLUDE global/user.html.tmpl user = to_user, who = changer %] changed [%+ "${terms.Bug} ${bug.id}" FILTER bug_link(bug, full_url => 1) FILTER none %] at [% change.bug_when FILTER time(undef, to_user.timezone) %]:
[% END %] -- cgit v1.2.3-24-g4f1b