Merge pull request #749 from ldidry/dont-html-escape-stylesheet
Don't HTML escape custom stylesheet
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