Avoid undefined values in report

This commit is contained in:
2023-03-07 21:40:06 +01:00
parent 96ea503a9b
commit 6e8476c116
2 changed files with 21 additions and 10 deletions

View File

@@ -38,7 +38,7 @@
<h2 class="mt-1 p-2" id="rep-tit"></h2>
<div class="columns">
<div class="column col-7">
<table class="table table-hover mt-2" id="res-before">
<table class="table mt-2" id="res-before">
<tbody>
</tbody>
</table>