Closed tpcolson closed 8 years ago
<input type='radio' name='comparator' value='lexical' onclick='lexFocus();' disabled></input>
Is the closing input needed?
Assuming we're on the same page here, this shouldn't be an issue. This is a bit more verbose, but there is not a functional difference between having the close tag versus ended the open tag with />
<input type='radio' name='comparator' value='lexical' onclick='lexFocus();' disabled></input>
Is the closing input needed?