Don't HTML escape custom stylesheet
If you HTML escape the custom stylesheet, you can't have quotes in it.
You need quotes if you want to add something with url('foo') (in a
background-image by exemple).
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
|
||||
@if($stylesheet = Setting::get('stylesheet'))
|
||||
<style type="text/css">
|
||||
{{ $stylesheet }}
|
||||
{!! $stylesheet !!}
|
||||
</style>
|
||||
@endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user