make custom_html output raw

This commit is contained in:
inhji 2023-03-27 14:36:10 +02:00
parent b6166580dc
commit c8a930e5ef

View file

@ -19,6 +19,6 @@
<.admin_bar current_user={@current_user} />
<%= @inner_content %>
<%= @settings.custom_html %>
<%= raw @settings.custom_html %>
</body>
</html>