From 74042f01e1f1c207ce7b262e98a65c4c0a18ba48 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 14 Sep 2024 00:12:23 +0100 Subject: [PATCH] Remove whitespace --- source/rss/daily.xml.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/rss/daily.xml.twig b/source/rss/daily.xml.twig index e4b847f27..9a0f84286 100644 --- a/source/rss/daily.xml.twig +++ b/source/rss/daily.xml.twig @@ -45,7 +45,7 @@ use: {{ email.date|date('D, d M Y H:i:s') }} GMT - {{ email.snippet }} + {{ email.snippet|trim }} {% if tags is not empty -%} {{- tags|join(' ') -}}