fix: Fix HTML validation issues (#5081)
This commit is contained in:
parent
f61c531f0d
commit
1afce6669d
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue