Skip to content

Commit 63d793a

Browse files
fix name of sharealike radios to correct behavior
1 parent 4d08cf4 commit 63d793a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ <h1>Choose a License for Your Work</h1>
218218
</div>
219219

220220
<div>
221-
<input type="radio" id="no-sharing-requirements" name="no-sharing-requirements" value="no" />
221+
<input type="radio" id="no-sharing-requirements" name="sharing-requirements" value="no" />
222222
<label for="no-sharing-requirements">No</label>
223223
</div>
224224

0 commit comments

Comments
 (0)