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 326418668..6768ea2ba 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 @@ -10,5 +10,5 @@ <%=Html.TextBoxFor(m => m.Slug, new { @class = "text" })%> <% using (this.Capture("end-of-page-scripts")) { %> - -<% } %> + +<% } %> \ No newline at end of file