aboutsummaryrefslogtreecommitdiff
path: root/lib/waev_web/templates/exports/show.html.eex
diff options
context:
space:
mode:
authorGuillermo Ramos2020-02-12 11:05:08 +0100
committerGuillermo Ramos2020-02-12 11:05:08 +0100
commit9f6af45d54a6a6ac0297969034212ad845c104ce (patch)
tree5132a6588fdb2410ff5df83385c0efb86405048d /lib/waev_web/templates/exports/show.html.eex
parent6c1b2a9ec89d9036c82680927f3bba53a2566762 (diff)
downloadwaev-9f6af45d54a6a6ac0297969034212ad845c104ce.tar.gz
Fix nested raw()s
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>