diff options
author | Tiago Mello <timello@gmail.com> | 2012-03-28 16:47:59 +0200 |
---|---|---|
committer | Tiago Mello <timello@gmail.com> | 2012-03-28 16:47:59 +0200 |
commit | c89d334af4b6d288f6294cfe8acfa939744fcec6 (patch) | |
tree | 86307b7a8ce0033aaa12e8bfd6e6232f3fe087b4 /template/en | |
parent | 1fa9362dadb35eda9ef913e7d765aabe05465420 (diff) | |
download | bugzilla-c89d334af4b6d288f6294cfe8acfa939744fcec6.tar.gz bugzilla-c89d334af4b6d288f6294cfe8acfa939744fcec6.tar.xz |
Bug 735821: Fix broken HTML code in bugmail.html.tmpl.
r/a=LpSolit
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/email/bugmail.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/email/bugmail.html.tmpl b/template/en/default/email/bugmail.html.tmpl index fa3a447d7..e42b5564d 100644 --- a/template/en/default/email/bugmail.html.tmpl +++ b/template/en/default/email/bugmail.html.tmpl @@ -124,5 +124,5 @@ </tr> [% END %] [% END %] - </table> + [% '</table>' IF in_table %] [% END %] |