diff options
author | Tiago Mello <timello@gmail.com> | 2012-03-28 16:44:15 +0200 |
---|---|---|
committer | Tiago Mello <timello@gmail.com> | 2012-03-28 16:44:15 +0200 |
commit | b7fb96faa4f99f335695c11fbeed9f3a8bc78aa9 (patch) | |
tree | 490fc688735cb4d95e3e3e2687cf85fe9d56262c | |
parent | ff11129de89460d17ac9fe5c17eb581d3f9490bb (diff) | |
download | bugzilla-b7fb96faa4f99f335695c11fbeed9f3a8bc78aa9.tar.gz bugzilla-b7fb96faa4f99f335695c11fbeed9f3a8bc78aa9.tar.xz |
Bug 735821: Fix broken HTML code in bugmail.html.tmpl.
r/a=LpSolit
-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 1d061274a..ad15e7311 100644 --- a/template/en/default/email/bugmail.html.tmpl +++ b/template/en/default/email/bugmail.html.tmpl @@ -113,5 +113,5 @@ </tr> [% END %] [% END %] - </table> + [% '</table>' IF in_table %] [% END %] |