diff --git a/NzbDrone.Web/Views/Shared/Error.cshtml b/NzbDrone.Web/Views/Shared/Error.cshtml index 208445879..84954a43c 100644 --- a/NzbDrone.Web/Views/Shared/Error.cshtml +++ b/NzbDrone.Web/Views/Shared/Error.cshtml @@ -1,9 +1,5 @@ @model HandleErrorInfo -@section TitleContent -{ -EPIC FAIL!!! -} - +@{ ViewBag.Title = "EPIC FAIL!"; }

@Model.Exception.Message