From: Dylan William Hardison Date: Fri, 17 Feb 2017 18:20:13 +0000 (-0500) Subject: Bug 1336184 - bug notification email html content differs from plain-text content X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd4c76b27f55b996aa30eb80cdc94d7e3448e6fa;p=thirdparty%2Fbugzilla.git Bug 1336184 - bug notification email html content differs from plain-text content --- 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 %]