Remove a spurious tag

This commit is contained in:
2023-10-27 23:14:09 +02:00
parent 5bb6279095
commit 9602f67e0e

View File

@@ -363,7 +363,7 @@
{% for j in journal %}
<tr>
<th class="w-33" scope="row">{{ j.date }}</th>
<td>{{ j.log | safe }}</a></td>
<td>{{ j.log | safe }}</td>
</tr>
{% endfor %}
</tbody>