Browse Source

Fix custom.css html escaped (#18824)

closed-social-glitch-2
Jeong Arm 2 years ago
committed by GitHub
parent
commit
ad489f865a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/custom_css/show.css.erb

+ 1
- 1
app/views/custom_css/show.css.erb 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| %>

Loading…
Cancel
Save