Fix. Table is an id not a class
Signed-off-by: Eoghan Conlon <eoghanconlon73@skynet.ie>
This commit is contained in:
parent
f2e45e3602
commit
575de8df73
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
<h2>User modification page</h2>
|
||||
<p>Use this page to modify your account. Please remember to select a field before submitting the form</p>
|
||||
<form id="reset">
|
||||
<table class="table">
|
||||
<table id="table">
|
||||
<tr>
|
||||
<td><label for="user">Username</label></td>
|
||||
<td><input type="text" id="user" name="user"/> <br/></td>
|
||||
|
|
Loading…
Reference in a new issue