Skip to content

Commit

Permalink
Merge pull request #836 from alphagov/fix-branching-example
Browse files Browse the repository at this point in the history
Fix the branching example markup
  • Loading branch information
NickColley authored Nov 15, 2019
2 parents 0bdd7f5 + 3186c98 commit f3c958f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/views/examples/branching/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h2 class="govuk-fieldset__heading">
</label>
</div>
<div class="govuk-radios__item">
<input class="govuk-radios__input" id="over18-no" name="over-18" type="radio" value="false">
<input class="govuk-radios__input" id="over-18-no" name="over-18" type="radio" value="false">
<label class="govuk-label govuk-radios__label" for="over-18-no">
No
</label>
Expand Down

0 comments on commit f3c958f

Please sign in to comment.