Skip to content

Commit d46e86c

Browse files
Demo: fix minlength validation in ajaxSubmit-integration-demo.html (jquery-validation#2454)
1 parent f1bb235 commit d46e86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/ajaxSubmit-integration-demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h1 id="banner"><a href="https://jqueryvalidation.org/">jQuery Validation Plugin
7474
</p>
7575
<p>
7676
<label for="pass">Password</label>
77-
<input type="password" name="password" id="password" class="required" minlength "5">
77+
<input type="password" name="password" id="password" class="required" minlength="5">
7878
</p>
7979
<p>
8080
<input class="submit" type="submit" value="Login">

0 commit comments

Comments
 (0)