4 Commits

Author SHA1 Message Date
24b81b4605 Update Node.js to v20.18.0
All checks were successful
continuous-integration/drone/pr Build is passing
2024-11-07 15:35:32 +00:00
7fa1088db3 Merge pull request 'Fix HTML table' (#130) from tbody into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #130
2024-11-07 16:27:55 +01:00
744a1b2a28 Fix HTML table
All checks were successful
continuous-integration/drone/pr Build is passing
tr may not appear directly under table
2024-11-07 16:26:33 +01:00
f63e02c706 Merge pull request 'Remove Drone signature' (#129) from drone-sig into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #129
2024-11-07 16:21:47 +01:00
2 changed files with 5 additions and 3 deletions

View File

@ -12,12 +12,12 @@ trigger:
steps:
- name: lint
image: node:20.17.0@sha256:a4d1de4c7339eabcf78a90137dfd551b798829e3ef3e399e0036ac454afa1291
image: node:20.18.0@sha256:a5e0ed56f2c20b9689e0f7dd498cac7e08d2a3a283e92d9304e7b9b83e3c6ff3
commands:
- npm install
- npm run lint
- name: build
image: node:20.17.0@sha256:a4d1de4c7339eabcf78a90137dfd551b798829e3ef3e399e0036ac454afa1291
image: node:20.18.0@sha256:a5e0ed56f2c20b9689e0f7dd498cac7e08d2a3a283e92d9304e7b9b83e3c6ff3
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands:
@ -39,7 +39,7 @@ depends_on:
steps:
- name: build
image: node:20.17.0@sha256:a4d1de4c7339eabcf78a90137dfd551b798829e3ef3e399e0036ac454afa1291
image: node:20.18.0@sha256:a5e0ed56f2c20b9689e0f7dd498cac7e08d2a3a283e92d9304e7b9b83e3c6ff3
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands:

View File

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