summaryrefslogtreecommitdiffstats
path: root/projecttemplates/WebFormsRelyingParty
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-10-17 08:19:48 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2009-10-17 08:19:48 -0700
commit3f306a09f00d86de14aca5d5db8775d1b652148e (patch)
treebdaf094d6eb6018c8fed9b05dc25b697c519d529 /projecttemplates/WebFormsRelyingParty
parenta6d3d60e42c9002cb949c05ee095986fb2a94ddc (diff)
downloadDotNetOpenAuth-3f306a09f00d86de14aca5d5db8775d1b652148e.zip
DotNetOpenAuth-3f306a09f00d86de14aca5d5db8775d1b652148e.tar.gz
DotNetOpenAuth-3f306a09f00d86de14aca5d5db8775d1b652148e.tar.bz2
Fixed self-closing iframe tag.
Diffstat (limited to 'projecttemplates/WebFormsRelyingParty')
-rw-r--r--projecttemplates/WebFormsRelyingParty/Login.aspx2
1 files changed, 1 insertions, 1 deletions
diff --git a/projecttemplates/WebFormsRelyingParty/Login.aspx b/projecttemplates/WebFormsRelyingParty/Login.aspx
index f51bb24..45bc8cb 100644
--- a/projecttemplates/WebFormsRelyingParty/Login.aspx
+++ b/projecttemplates/WebFormsRelyingParty/Login.aspx
@@ -6,5 +6,5 @@
<%@ Register Assembly="DotNetOpenAuth" Namespace="DotNetOpenAuth.InfoCard" TagPrefix="ic" %>
<asp:Content runat="server" ContentPlaceHolderID="Body">
<h2>Login</h2>
- <iframe src="LoginFrame.aspx" frameborder="0" width="355" height="235" />
+ <iframe src="LoginFrame.aspx" frameborder="0" width="355" height="235"></iframe>
</asp:Content>