mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-28 11:24:27 +01:00
Fix missing style tag around embedded CSS (#4659)
This commit is contained in:
@@ -31,5 +31,7 @@
|
||||
}
|
||||
@if (!string.IsNullOrEmpty(Model.EmbeddedCSS))
|
||||
{
|
||||
@Safe.Raw(Model.EmbeddedCSS)
|
||||
<style>
|
||||
@Safe.Raw(Model.EmbeddedCSS)
|
||||
</style>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user