Fix custom.css html escaped (#18824)

lolsob-rspec
Jeong Arm 2022-07-18 15:41:08 +09:00 committed by GitHub
parent 265c09fef1
commit 05cf49b583
1 changed files with 1 additions and 1 deletions

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