Skip to content

Commit 100a222

Browse files
author
Linus Holtstiege
committed
fix html syntax error
1 parent 9b9f1b0 commit 100a222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ function action_mod () {
118118
<input type=text name='lastName' required placeholder='Last Name' value='<?php echo $data['lastName']?>'>
119119
<input type=password name='password' placeholder='Password'>
120120
<input type=submit value='New User'></td>
121-
<form>
121+
</form>
122122
</table>
123123
</center>
124124
</body>

0 commit comments

Comments
 (0)