Merge pull request #11127 from trav-c/bugfix/issue-11126-custom-css-encoding

Fixed #11126: don't entitise custom CSS on the labels view
This commit is contained in:
snipe 2022-05-17 07:22:21 -07:00 committed by GitHub
commit 700b4ef058
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>