Skip to content

Commit

Permalink
fix html syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Linus Holtstiege committed Sep 29, 2016
1 parent 9b9f1b0 commit 100a222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function action_mod () {
<input type=text name='lastName' required placeholder='Last Name' value='<?php echo $data['lastName']?>'>
<input type=password name='password' placeholder='Password'>
<input type=submit value='New User'></td>
<form>
</form>
</table>
</center>
</body>
Expand Down

0 comments on commit 100a222

Please sign in to comment.