From cb8e9ef14ff8c2184f6583fcfcd5b9f0bdaf4df1 Mon Sep 17 00:00:00 2001 From: Thelonius Kort Date: Tue, 14 Feb 2023 22:52:43 +0100 Subject: [PATCH] Add another tidy_raw() --- lib/outlook_web/controllers/autor_html/show.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/outlook_web/controllers/autor_html/show.html.heex b/lib/outlook_web/controllers/autor_html/show.html.heex index 81df610..c335f06 100644 --- a/lib/outlook_web/controllers/autor_html/show.html.heex +++ b/lib/outlook_web/controllers/autor_html/show.html.heex @@ -1,6 +1,6 @@ <.header> <%= @autor.name %> - <:subtitle>
<%= @autor.description %>
+ <:subtitle>
<%= @autor.description |> tidy_raw %>
<:subtitle><.link href={@autor.homepage_url}><%= @autor.homepage_name %>