diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-02-22 02:38:48 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-02-22 02:38:48 +0100 |
commit | d73a35c0d822251fa2ee5b3a6339ca3f6f63bf93 (patch) | |
tree | 9849cecc21550a1381c728ca924b136fde62db67 /template | |
parent | 741201ed6ca2fac8788c8ad6485fd483c05f0f0d (diff) | |
download | bugs-d73a35c0d822251fa2ee5b3a6339ca3f6f63bf93.tar bugs-d73a35c0d822251fa2ee5b3a6339ca3f6f63bf93.tar.gz bugs-d73a35c0d822251fa2ee5b3a6339ca3f6f63bf93.tar.bz2 bugs-d73a35c0d822251fa2ee5b3a6339ca3f6f63bf93.tar.xz bugs-d73a35c0d822251fa2ee5b3a6339ca3f6f63bf93.zip |
Fix colspan (bug 554964)
Diffstat (limited to 'template')
-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> |