mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 21:49:01 +01:00
Merge pull request #749 from ldidry/dont-html-escape-stylesheet
Don't HTML escape custom stylesheet
This commit is contained in:
commit
dc85aa79c8
@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
@if($stylesheet = Setting::get('stylesheet'))
|
@if($stylesheet = Setting::get('stylesheet'))
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
{{ $stylesheet }}
|
{!! $stylesheet !!}
|
||||||
</style>
|
</style>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user