From ac5a1fa8031cf8171e970bbf3b26f06a399ea233 Mon Sep 17 00:00:00 2001 From: Raymon Zutekouw Date: Sat, 18 Oct 2025 17:32:22 +0200 Subject: [PATCH] Keep sentence spacing in RSS feed article --- client/gen.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/gen.exs b/client/gen.exs index 4ad6ce9..a81f859 100644 --- a/client/gen.exs +++ b/client/gen.exs @@ -113,7 +113,7 @@ post_contents end) stripForRSS = fn content -> content - |> String.replace("\n", "") + |> String.replace("\n", " ") end post_feed =