diff --git a/BTCPayServer/Views/Shared/LayoutHeadStoreBranding.cshtml b/BTCPayServer/Views/Shared/LayoutHeadStoreBranding.cshtml index 7057a8bbe..8f585dd61 100644 --- a/BTCPayServer/Views/Shared/LayoutHeadStoreBranding.cshtml +++ b/BTCPayServer/Views/Shared/LayoutHeadStoreBranding.cshtml @@ -31,5 +31,7 @@ } @if (!string.IsNullOrEmpty(Model.EmbeddedCSS)) { - @Safe.Raw(Model.EmbeddedCSS) + }