From: Jeong Arm Date: Mon, 18 Jul 2022 06:41:08 +0000 (+0900) Subject: Fix custom.css html escaped (#18824) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=0a47d23dc073a7c9ce1c2d42e074744b6be8dd8c;p=mastodon.git Fix custom.css html escaped (#18824) --- diff --git a/app/views/custom_css/show.css.erb b/app/views/custom_css/show.css.erb index 521834832..9cd38fb37 100644 --- a/app/views/custom_css/show.css.erb +++ b/app/views/custom_css/show.css.erb @@ -1,5 +1,5 @@ <%- if Setting.custom_css.present? %> -<%= Setting.custom_css %> +<%= raw Setting.custom_css %> <%- end %> <%- UserRole.where(highlighted: true).select { |role| role.color.present? }.each do |role| %>