From ce0f84a112d5df2400b87318d161fcfcbcc94ed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Sat, 26 Dec 2020 18:19:55 +0200 Subject: [PATCH] Fix styling --- templates/emails/alert-body-html.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/emails/alert-body-html.html b/templates/emails/alert-body-html.html index a99a5bb4..1dff5e12 100644 --- a/templates/emails/alert-body-html.html +++ b/templates/emails/alert-body-html.html @@ -70,7 +70,7 @@ {% if ping.body %}

Last Ping Body

-
{{ ping.body|slice:":10000"|linebreaksbr }}{% if ping.body|length > 10000 %} [truncated]{% endif %}
+
{{ ping.body|slice:":10000"|linebreaksbr }}{% if ping.body|length > 10000 %} [truncated]{% endif %}
{% endif %} {% if projects %}