fix: Fix HTML validation issues (#5081)

This commit is contained in:
Lars Eggert 2023-02-06 17:40:38 +02:00 committed by GitHub
parent f61c531f0d
commit 1afce6669d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -47,7 +47,6 @@
direction: rtl;
text-align: left;
}
}
</style>
</head>
<body>
@ -103,6 +102,8 @@
{% include "doc/document_info.html" with sidebar=False %}
<tr>
<th scope="row"></th>
<th scope="row"></th>
<td class="edit"></td>
<td>
<a class="btn btn-sm btn-warning mb-3"
target="_blank"

View file

@ -48,7 +48,7 @@
{% if not forloop.first %}</tbody>{% endif %}
<tbody>
<tr>
<th scope="col" class="table-warning" colspan="7">{{ session.current_status_name|capfirst }}</th>
<th scope="col" class="table-warning" colspan="8">{{ session.current_status_name|capfirst }}</th>
</tr>
</tbody>
<tbody>