summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2011-09-07 14:23:38 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2011-09-07 14:23:38 +0200
commitbf5b125233143260b24a9a21adc49946f5af2c44 (patch)
tree394f2c6a0346994343373d683ffd80f410f442a9 /template
parent60bed125a5b452d25d342e2e0b0623354b9867b0 (diff)
downloadbugzilla-bf5b125233143260b24a9a21adc49946f5af2c44.tar.gz
bugzilla-bf5b125233143260b24a9a21adc49946f5af2c44.tar.xz
Fix bustage due to bug 604237
Diffstat (limited to 'template')
-rw-r--r--template/en/default/email/bugmail.html.tmpl4
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 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 %]</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 %]