Skip to content

Commit 28791c2

Browse files
authored
Merge pull request #953 from sklyanchuk/double-id
Remove double id in Readme.md
2 parents 2d4de43 + 49cb4f7 commit 28791c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ Speaks for itself, fails if the element has no value. This validator can apply t
439439
<input value="" class="validate[required]" type="text" name="email" id="email" />
440440
<input class="validate[required]" type="checkbox" id="agree" name="agree"/>
441441

442-
<select name="sport" id="sport" class="validate[required]" id="sport">
442+
<select name="sport" class="validate[required]" id="sport">
443443
<option value="">Choose a sport</option>
444444
<option value="option1">Tennis</option>
445445
<option value="option2">Football</option>

0 commit comments

Comments
 (0)