diff --git a/Oqtane.Server/Pages/_Host.cshtml b/Oqtane.Server/Pages/_Host.cshtml index 0fedf0b3..4b56af10 100644 --- a/Oqtane.Server/Pages/_Host.cshtml +++ b/Oqtane.Server/Pages/_Host.cshtml @@ -8,7 +8,7 @@ @Model.Title - @Model.Meta + @Html.Raw(@Model.Meta) @if (!string.IsNullOrEmpty(Model.PWAScript))