diff options
author | Guillermo Ramos | 2020-02-12 11:05:08 +0100 |
---|---|---|
committer | Guillermo Ramos | 2020-02-12 11:05:08 +0100 |
commit | 9f6af45d54a6a6ac0297969034212ad845c104ce (patch) | |
tree | 5132a6588fdb2410ff5df83385c0efb86405048d /lib/waev_web/templates/exports/show.html.eex | |
parent | 6c1b2a9ec89d9036c82680927f3bba53a2566762 (diff) | |
download | waev-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.eex | 2 |
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> |