From bf5b125233143260b24a9a21adc49946f5af2c44 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 7 Sep 2011 14:23:38 +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') diff --git a/template/en/default/email/bugmail.html.tmpl b/template/en/default/email/bugmail.html.tmpl index e89bff25a..824bdc5bf 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