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

Fix colspan (bug 554964)

parent 741201ed
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
[% END %] [% END %]
<tbody> <tbody>
<tr> <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>
<tr> <tr>
<th>Component</th> <th>Component</th>
......
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