From c8a930e5efbd3baf29c8e277c1443eb0baf4fb42 Mon Sep 17 00:00:00 2001 From: inhji Date: Mon, 27 Mar 2023 14:36:10 +0200 Subject: [PATCH] make custom_html output raw --- lib/chiya_web/components/layouts/root_public.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chiya_web/components/layouts/root_public.html.heex b/lib/chiya_web/components/layouts/root_public.html.heex index 6f9f15c..c2d0e5a 100644 --- a/lib/chiya_web/components/layouts/root_public.html.heex +++ b/lib/chiya_web/components/layouts/root_public.html.heex @@ -19,6 +19,6 @@ <.admin_bar current_user={@current_user} /> <%= @inner_content %> - <%= @settings.custom_html %> + <%= raw @settings.custom_html %> \ No newline at end of file