Skip to content

Commit 0feaf61

Browse files
figawjzaefferer
authored andcommitted
Entries: Fixed typo in example, id should match label's for attribute
Closes #11
1 parent ed483fc commit 0feaf61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/require_from_group-method.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $( "#myform" ).validate({
3434
<input class="left phone-group" id="home_phone" name="home_phone">
3535
<br/>
3636
<label for="work_phone">Work phone: </label>
37-
<input class="left phone-group" id="Work_phone" name="work_phone">
37+
<input class="left phone-group" id="work_phone" name="work_phone">
3838
<br/>
3939
<input type="submit" value="Validate!">
4040
]]></html>

0 commit comments

Comments
 (0)