diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-12-29 07:59:06 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-12-29 07:59:06 -0800 |
commit | 257fd9f006b0d349134282e4bd7fa05d4218743b (patch) | |
tree | 830541ba175662118e91307e542f2e53a15fcd40 | |
parent | 97c7c0467bf535ad07318c69295e47f71e3071e6 (diff) | |
download | DotNetOpenAuth-257fd9f006b0d349134282e4bd7fa05d4218743b.zip DotNetOpenAuth-257fd9f006b0d349134282e4bd7fa05d4218743b.tar.gz DotNetOpenAuth-257fd9f006b0d349134282e4bd7fa05d4218743b.tar.bz2 |
Whitespace changes.
-rw-r--r-- | projecttemplates/MvcRelyingParty/Views/Home/About.aspx | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/projecttemplates/MvcRelyingParty/Views/Home/About.aspx b/projecttemplates/MvcRelyingParty/Views/Home/About.aspx index 335c141..1893e26 100644 --- a/projecttemplates/MvcRelyingParty/Views/Home/About.aspx +++ b/projecttemplates/MvcRelyingParty/Views/Home/About.aspx @@ -1,12 +1,13 @@ <%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %> <asp:Content ID="aboutTitle" ContentPlaceHolderID="TitleContent" runat="server"> - About Us + About Us </asp:Content> - <asp:Content ID="aboutContent" ContentPlaceHolderID="MainContent" runat="server"> - <h2>About</h2> - <p> - Put content here. - </p> + <h2> + About + </h2> + <p> + Put content here. + </p> </asp:Content> |