From 95d8c368c82033d641ccfe4e33916f4fdc7221f4 Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Sun, 6 Feb 2022 18:54:09 -0500 Subject: [PATCH] Meta tags should not be HTML encoded --- Oqtane.Server/Pages/_Host.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))