From 9f6af45d54a6a6ac0297969034212ad845c104ce Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Wed, 12 Feb 2020 11:05:08 +0100 Subject: Fix nested raw()s --- lib/waev_web/templates/exports/show.html.eex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/waev_web/templates/exports/show.html.eex') diff --git a/lib/waev_web/templates/exports/show.html.eex b/lib/waev_web/templates/exports/show.html.eex index 052ced8..c61d4e5 100644 --- a/lib/waev_web/templates/exports/show.html.eex +++ b/lib/waev_web/templates/exports/show.html.eex @@ -26,7 +26,7 @@ <% _ -> %> <% end %> -
<%= message.text |> highlight_urls() |> nl_to_br() %>
+
<%= message.text |> highlight_urls() |> nl_to_br() |> raw() %>
<%= message.date %>
-- cgit v1.2.3