aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
Diffstat (limited to 'demos')
-rw-r--r--demos/dialog/modal_form.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/dialog/modal_form.html b/demos/dialog/modal_form.html
index c30eac6bb..1114b0ab1 100644
--- a/demos/dialog/modal_form.html
+++ b/demos/dialog/modal_form.html
@@ -49,9 +49,9 @@
<label for="name">Name</label>
<input type="text" name="name" id="name" class="text" />
<label for="email">Email</label>
- <input type="text" name="email" id="birthday" value="" class="text" />
+ <input type="text" name="email" id="email" value="" class="text" />
<label for="password">Password</label>
- <input type="password" name="password" id="birthday" value="" class="text" />
+ <input type="password" name="password" id="password" value="" class="text" />
</fieldset>
</form>
</div>