Fix custom.css html escaped (#18824)
parent
c3f0621a59
commit
ad489f865a
|
@ -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| %>
|
||||
|
|
Reference in New Issue