Use span instead of div
This commit is contained in:
parent
3406ce58cf
commit
88eb29f855
@ -58,10 +58,8 @@
|
||||
<input type="password" name="password" id="password" /><br />
|
||||
|
||||
<label for="password">Verify Password</label>
|
||||
<input type="password" id="password_confirm" /><br />
|
||||
|
||||
<div id="divCheckPasswordMatch">
|
||||
</div>
|
||||
<input type="password" id="password_confirm" />
|
||||
<span id="divCheckPasswordMatch"></span><br />
|
||||
|
||||
<div id="invalidCredentials">
|
||||
Username already exists
|
||||
|
Loading…
x
Reference in New Issue
Block a user