diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-09-07 14:25:47 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-09-07 14:25:47 +0200 |
commit | 3d9226a5e915c2ea85af0c37a85ac091ec4fb31e (patch) | |
tree | cb1e270d0c9a4ab0d58ab664def93a2b2ca5f9ba /template/en/default | |
parent | a7f759820a4c19032e19b3f204542a69f623897f (diff) | |
download | bugzilla-3d9226a5e915c2ea85af0c37a85ac091ec4fb31e.tar.gz bugzilla-3d9226a5e915c2ea85af0c37a85ac091ec4fb31e.tar.xz |
Fix bustage due to bug 604237
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/email/bugmail.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/email/bugmail.html.tmpl b/template/en/default/email/bugmail.html.tmpl index 55ba37ad4..f48667e7b 100644 --- a/template/en/default/email/bugmail.html.tmpl +++ b/template/en/default/email/bugmail.html.tmpl @@ -64,7 +64,7 @@ [% IF !isnew && change.who.login != last_changer %] [% last_changer = change.who.login %] [% IF in_table == 1 %] - [% in_table %]</table> + </table> [% SET in_table = 0 %] [% END %] [% IF change.blocker %] @@ -90,7 +90,7 @@ [% PROCESS "email/bugmail-common.txt.tmpl" %] [% IF in_table == 0 %] - <table border="1" cellspacing="0" cellpadding="8">[% in_table%] + <table border="1" cellspacing="0" cellpadding="8"> [% SET in_table = 1 %] [% END %] [% IF isnew %] |