diff --git a/src/Orchard.Web/Core/Reports/Views/Admin/Index.cshtml b/src/Orchard.Web/Core/Reports/Views/Admin/Index.cshtml
index 90249bf4d..714d94c49 100644
--- a/src/Orchard.Web/Core/Reports/Views/Admin/Index.cshtml
+++ b/src/Orchard.Web/Core/Reports/Views/Admin/Index.cshtml
@@ -2,23 +2,23 @@
@using Orchard.Core.Reports.ViewModels;
@Html.TitleForPage(T("Manage Reports").ToString())
@using(Html.BeginFormAntiForgeryPost()) {
- @Html.ValidationSummary()
- |