Commit bf5b1252 authored by Frédéric Buclin's avatar Frédéric Buclin

Fix bustage due to bug 604237

parent 60bed125
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
[% IF !isnew && change.who.login != last_changer %] [% IF !isnew && change.who.login != last_changer %]
[% last_changer = change.who.login %] [% last_changer = change.who.login %]
[% IF in_table == 1 %] [% IF in_table == 1 %]
[% in_table %]</table> </table>
[% SET in_table = 0 %] [% SET in_table = 0 %]
[% END %] [% END %]
[% IF change.blocker %] [% IF change.blocker %]
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
[% PROCESS "email/bugmail-common.txt.tmpl" %] [% PROCESS "email/bugmail-common.txt.tmpl" %]
[% IF in_table == 0 %] [% IF in_table == 0 %]
<table border="1" cellspacing="0" cellpadding="8">[% in_table%] <table border="1" cellspacing="0" cellpadding="8">
[% SET in_table = 1 %] [% SET in_table = 1 %]
[% END %] [% END %]
[% IF isnew %] [% IF isnew %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment