diff --git a/src/Orchard.Web/Core/Themes/Views/user.ascx b/src/Orchard.Web/Core/Themes/Views/user.ascx index 2d6ca147f..7b1bd6d96 100644 --- a/src/Orchard.Web/Core/Themes/Views/user.ascx +++ b/src/Orchard.Web/Core/Themes/Views/user.ascx @@ -6,4 +6,4 @@ <% } else { %> [<%=Html.ActionLink(T("Log On").ToString(), "LogOn", new { Controller = "Account", Area = "Orchard.Users", ReturnUrl = Context.Request.RawUrl })%>] <% } %> - + \ No newline at end of file diff --git a/src/Orchard.Web/Packages/Orchard.Blogs/Views/Blog/List.ascx b/src/Orchard.Web/Packages/Orchard.Blogs/Views/Blog/List.ascx index 03c39d2b8..31611a482 100644 --- a/src/Orchard.Web/Packages/Orchard.Blogs/Views/Blog/List.ascx +++ b/src/Orchard.Web/Packages/Orchard.Blogs/Views/Blog/List.ascx @@ -1,8 +1,6 @@ <%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl" %> <%@ Import Namespace="Orchard.Blogs.ViewModels"%> -

<%=Html.TitleForPage(T("Blogs").ToString())%>

-

<%=_Encoded("All of the blogs.")%>

<% -if (Model.Blogs.Count() > 0) { %> +<%if (Model.Blogs.Count() > 0) { %> <%=Html.UnorderedList(Model.Blogs, (b, i) => Html.DisplayForItem(b).ToHtmlString(), "blogs contentItems") %><% } else { %>