diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-02-22 02:34:27 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-02-22 02:34:27 +0100 |
commit | a500926139233fb1e0f137c4fc8a4f9977ee418b (patch) | |
tree | f02b8429d128e6f197993b63274b5608dc61fcb1 /template/en/default/admin | |
parent | 4f590982a64b2189ebded5fb3ff4ef8e0b0a2a5a (diff) | |
download | bugzilla-a500926139233fb1e0f137c4fc8a4f9977ee418b.tar.gz bugzilla-a500926139233fb1e0f137c4fc8a4f9977ee418b.tar.xz |
Fix colspan (bug 554964)
Diffstat (limited to 'template/en/default/admin')
-rw-r--r-- | template/en/default/admin/users/responsibilities.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/users/responsibilities.html.tmpl b/template/en/default/admin/users/responsibilities.html.tmpl index 23eb9587b..defe47173 100644 --- a/template/en/default/admin/users/responsibilities.html.tmpl +++ b/template/en/default/admin/users/responsibilities.html.tmpl @@ -15,7 +15,7 @@ [% END %] <tbody> <tr> - <th colspan="3" class="product">Product: [% item.product.name FILTER html %]</th> + <th colspan="4" class="product">Product: [% item.product.name FILTER html %]</th> </tr> <tr> <th>Component</th> |