Skip to content

Commit

Permalink
Fix demo form submission (23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibaut committed Nov 26, 2013
1 parent 62982db commit d8ebae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 23-dark-login-form/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
<body>
<form method="post" action="index.html" class="login">
<form class="login">
<p>
<label for="login">Email:</label>
<input type="text" name="login" id="login" value="name@example.com">
Expand Down

0 comments on commit d8ebae3

Please sign in to comment.