From 3d9226a5e915c2ea85af0c37a85ac091ec4fb31e Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 7 Sep 2011 14:25:47 +0200 Subject: Fix bustage due to bug 604237 --- template/en/default/email/bugmail.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default/email') 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 %] + [% SET in_table = 0 %] [% END %] [% IF change.blocker %] @@ -90,7 +90,7 @@ [% PROCESS "email/bugmail-common.txt.tmpl" %] [% IF in_table == 0 %] - [% in_table%] +
[% SET in_table = 1 %] [% END %] [% IF isnew %] -- cgit v1.2.3-24-g4f1b