Skip to content

Commit 7f0803a

Browse files
authored
Merge pull request #531 from linushstge/bugfix/html-syntax-error
fix html syntax error
2 parents 9b9f1b0 + 100a222 commit 7f0803a

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)