summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--projecttemplates/MvcRelyingParty/Views/Home/About.aspx13
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>