Skip to content

Commit 3975abe

Browse files
correct id name
1 parent e416364 commit 3975abe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ <h1>Choose a License for Your Work</h1>
220220
</div>
221221

222222
<div>
223-
<input type="radio" id="no-sharing-requirements" name="sharing-requirements" value="no" />
224-
<label for="sharing-requirements">No</label>
223+
<input type="radio" id="no-sharing-requirements" name="no-sharing-requirements" value="no" />
224+
<label for="no-sharing-requirements">No</label>
225225
</div>
226226

227227
</fieldset>

0 commit comments

Comments
 (0)