diff --git a/Oqtane.Server/Pages/_Host.cshtml b/Oqtane.Server/Pages/_Host.cshtml index b939f77a..4bdf5c99 100644 --- a/Oqtane.Server/Pages/_Host.cshtml +++ b/Oqtane.Server/Pages/_Host.cshtml @@ -17,7 +17,7 @@ - @Html.Raw(@Model.HeadResources) + @Html.Raw(Model.HeadResources)
@(Html.AntiForgeryToken()) @@ -48,8 +48,8 @@ } @if (!string.IsNullOrEmpty(Model.PWAScript)) { - @Model.PWAScript + @Html.Raw(Model.PWAScript) } - @Html.Raw(@Model.BodyResources) + @Html.Raw(Model.BodyResources)