Fix HTML table
All checks were successful
continuous-integration/drone/pr Build is passing

tr may not appear directly under table
This commit is contained in:
Brain 2024-11-07 16:26:33 +01:00
parent f63e02c706
commit 744a1b2a28
Signed by: Brain
GPG Key ID: EE936E31EE3AEE7A

View File

@ -68,6 +68,7 @@
Bankverbindung: Bankverbindung:
</label> </label>
<table class="table table-striped mt-2"> <table class="table table-striped mt-2">
<tbody>
<tr class="no-print"> <tr class="no-print">
<td>Kontoinhaberin:</td> <td>Kontoinhaberin:</td>
<td>WTF Kooperative eG</td> <td>WTF Kooperative eG</td>
@ -84,6 +85,7 @@
<td>BIC:</td> <td>BIC:</td>
<td> GENO DE M1 NRD</td> <td> GENO DE M1 NRD</td>
</tr> </tr>
</tbody>
</table> </table>
<input <input
class="form-check-input" class="form-check-input"