Skip to content

Commit

Permalink
delete a duplicated for=""
Browse files Browse the repository at this point in the history
  • Loading branch information
meleu committed Apr 14, 2023
1 parent fda5a36 commit 633edb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radios.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<form action="demo_form.asp">
<label for="first">First</label>
<input type="radio" id="first" />
<label for="" for="second">Second</label>
<label for="second">Second</label>
<input type="radio" id="second" />
<input type="submit" />
</form>
Expand Down

0 comments on commit 633edb9

Please sign in to comment.