Commit 100a2221 authored by Linus Holtstiege's avatar Linus Holtstiege

fix html syntax error

parent 9b9f1b08
...@@ -118,7 +118,7 @@ if ($_GET) { ...@@ -118,7 +118,7 @@ if ($_GET) {
<input type=text name='lastName' required placeholder='Last Name' value='<?php echo $data['lastName']?>'> <input type=text name='lastName' required placeholder='Last Name' value='<?php echo $data['lastName']?>'>
<input type=password name='password' placeholder='Password'> <input type=password name='password' placeholder='Password'>
<input type=submit value='New User'></td> <input type=submit value='New User'></td>
<form> </form>
</table> </table>
</center> </center>
</body> </body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment