diff --git a/src/Orchard.Web/Core/Common/Views/EditorTemplates/Parts/Common.Routable.ascx b/src/Orchard.Web/Core/Common/Views/EditorTemplates/Parts/Common.Routable.ascx index 6768ea2ba..9591042c7 100644 --- a/src/Orchard.Web/Core/Common/Views/EditorTemplates/Parts/Common.Routable.ascx +++ b/src/Orchard.Web/Core/Common/Views/EditorTemplates/Parts/Common.Routable.ascx @@ -3,7 +3,7 @@ <% Html.RegisterFootScript("jquery.slugify.js"); %>
<%=Html.LabelFor(m => m.Title) %> - <%=Html.EditorFor(m => m.Title) %> + <%=Html.TextBoxFor(m => m.Title, new { @class = "large text" }) %>