templates: bom: table has same class as div

This commit is contained in:
Laurier Loiselle 2023-01-30 16:08:51 -05:00
parent a9e8ba62a7
commit 5e868aa53e
No known key found for this signature in database
GPG Key ID: 345920CC72089A3F

View File

@ -52,7 +52,7 @@
<!-- BOM TEMPLATE --!>
<div id="bom">
<table >
<table id="bom">
{% if not bom_reversed %}
{{ bom_header_gen() }}
{% endif %}