mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Fixed #11126: don't entitise custom CSS on the labels view
This commit is contained in:
parent
15a1db480a
commit
1fc0adf7b7
|
@ -103,7 +103,7 @@ $qr_size = ($settings->alt_barcode_enabled=='1') && ($settings->alt_barcode!='')
|
|||
}
|
||||
}
|
||||
@if ($snipeSettings->custom_css)
|
||||
{{ $snipeSettings->show_custom_css() }}
|
||||
{!! $snipeSettings->show_custom_css() !!}
|
||||
@endif
|
||||
</style>
|
||||
|
||||
|
|
Loading…
Reference in a new issue