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) {