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