1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

Fix custom.css html escaped (#18824)

This commit is contained in:
Jeong Arm 2022-07-18 15:41:08 +09:00 committed by GitHub
parent c3f0621a59
commit ad489f865a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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| %>