From 5e868aa53e951e34f36d6735d823734b0d6734dd Mon Sep 17 00:00:00 2001 From: Laurier Loiselle Date: Mon, 30 Jan 2023 16:08:51 -0500 Subject: [PATCH] templates: bom: table has same class as div --- src/wireviz/templates/bom.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wireviz/templates/bom.html b/src/wireviz/templates/bom.html index 86a1b27..c8d448f 100644 --- a/src/wireviz/templates/bom.html +++ b/src/wireviz/templates/bom.html @@ -52,7 +52,7 @@
- +
{% if not bom_reversed %} {{ bom_header_gen() }} {% endif %}