mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-16 17:29:14 +00:00
Fix custom.css html escaped (#18824)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<%- if Setting.custom_css.present? %>
|
<%- if Setting.custom_css.present? %>
|
||||||
<%= Setting.custom_css %>
|
<%= raw Setting.custom_css %>
|
||||||
|
|
||||||
<%- end %>
|
<%- end %>
|
||||||
<%- UserRole.where(highlighted: true).select { |role| role.color.present? }.each do |role| %>
|
<%- UserRole.where(highlighted: true).select { |role| role.color.present? }.each do |role| %>
|
||||||
|
|||||||
Reference in New Issue
Block a user