From bd15090a4ed00fa38c6d8443e9e728728b6deba3 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Wed, 29 Jun 2016 13:39:28 +0100 Subject: [PATCH] Allow html in the notice message --- PlexRequests.UI/Views/Landing/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlexRequests.UI/Views/Landing/Index.cshtml b/PlexRequests.UI/Views/Landing/Index.cshtml index 2a3ff8945..af535fedc 100644 --- a/PlexRequests.UI/Views/Landing/Index.cshtml +++ b/PlexRequests.UI/Views/Landing/Index.cshtml @@ -19,7 +19,7 @@

Notice

- @Model.NoticeMessage
+ @Html.Raw(Model.NoticeMessage)
@if (Model.EnabledNoticeTime) {