templates: bom: table has same class as div
This commit is contained in:
parent
a9e8ba62a7
commit
5e868aa53e
2
src/wireviz/templates/bom.html
generated
2
src/wireviz/templates/bom.html
generated
@ -52,7 +52,7 @@
|
|||||||
|
|
||||||
<!-- BOM TEMPLATE --!>
|
<!-- BOM TEMPLATE --!>
|
||||||
<div id="bom">
|
<div id="bom">
|
||||||
<table >
|
<table id="bom">
|
||||||
{% if not bom_reversed %}
|
{% if not bom_reversed %}
|
||||||
{{ bom_header_gen() }}
|
{{ bom_header_gen() }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user