Skip to content

Commit d7fdc59

Browse files
committed
raise colspan value
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 547a287 commit d7fdc59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

product_portfolio/templates/product_portfolio/tables/product_list_table.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
</tr>
7272
{% endfor %}
7373
{% empty %}
74-
<tr><td colspan="8">No results.</td></tr>
74+
<tr><td colspan="9">No results.</td></tr>
7575
{% endfor %}
7676
</tbody>
7777
</table>

0 commit comments

Comments
 (0)