Skip to content

Commit

Permalink
fix invalid HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Wiegand committed Aug 29, 2023
1 parent b2b9ffc commit 27a7bbe
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions doc/patientenakten.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,15 @@ <h2 class="mt-3">Briefe</h2>
<div class="table-responsive">
<table class="table table-striped table-sm" id="record-list-single" style="width:100%" data-page-length="500">
<thead class="sticky-top">
<th>ID</th>
<th>Texttyp</th>
<th>Schreiber</th>
<th>Adressat</th>
<th>Datum</th>
<th>Schreibort</th>
<th>Umfang</th>
<tr>
<th>ID</th>
<th>Texttyp</th>
<th>Schreiber</th>
<th>Adressat</th>
<th>Datum</th>
<th>Schreibort</th>
<th>Umfang</th>
</tr>
</thead>
<tbody></tbody>
</table>
Expand Down

0 comments on commit 27a7bbe

Please sign in to comment.