From 9602f67e0e6e7625b12aa18a1cce1808f73d9b5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Fri, 27 Oct 2023 23:14:09 +0200 Subject: [PATCH] Remove a spurious tag --- ram/portal/templates/rollingstock.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ram/portal/templates/rollingstock.html b/ram/portal/templates/rollingstock.html index 8ea0420..e4a0505 100644 --- a/ram/portal/templates/rollingstock.html +++ b/ram/portal/templates/rollingstock.html @@ -363,7 +363,7 @@ {% for j in journal %} {{ j.date }} - {{ j.log | safe }} + {{ j.log | safe }} {% endfor %}