aboutsummaryrefslogtreecommitdiff
path: root/lib/waev_web/templates/exports/show.html.eex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/waev_web/templates/exports/show.html.eex')
-rw-r--r--lib/waev_web/templates/exports/show.html.eex2
1 files changed, 1 insertions, 1 deletions
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 %>
- <div><%= message.text |> highlight_urls() |> nl_to_br() %></div>
+ <div><%= message.text |> highlight_urls() |> nl_to_br() |> raw() %></div>
<div class="message-date">
<%= message.date %>
</div>