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 =