diff --git a/src/Orchard.Web/Core/Settings/Views/Admin/Index.ascx b/src/Orchard.Web/Core/Settings/Views/Admin/Index.ascx index c01dc960a..3b9a8bda2 100644 --- a/src/Orchard.Web/Core/Settings/Views/Admin/Index.ascx +++ b/src/Orchard.Web/Core/Settings/Views/Admin/Index.ascx @@ -14,7 +14,7 @@ <%:Html.DropDownList("SiteCulture", new SelectList(Model.SiteCultures, Model.SiteCulture)) %> <%:Html.ValidationMessage("SiteCulture", "*") %> - <%:Html.ActionLink(T("Add or remove supported cultures for the site.").ToString(), "Culture") %> +

<%:Html.ActionLink(T("Add or remove supported cultures for the site.").ToString(), "Culture") %>