Fix ruby controls
This commit is contained in:
parent
862b4ce77e
commit
0e81f019a7
1 changed files with 3 additions and 5 deletions
|
@ -2,14 +2,12 @@
|
|||
<aside>
|
||||
<fieldset id="ruby-controls">
|
||||
<legend>Ruby</legend>
|
||||
<input id="none" type="radio" name="ruby-controls" value="NONE" checked>
|
||||
<label for="none">None</label>
|
||||
<input id="none" type="radio" name="ruby-controls" value="NONE">
|
||||
<label for="none">Japanese Only</label>
|
||||
<input id="both" type="radio" name="ruby-controls" value="BOTH" checked>
|
||||
<label for="both">Both</label>
|
||||
<input id="english-only" type="radio" name="ruby-controls" value="ENGLISH">
|
||||
<label for="english-only">English</label>
|
||||
<input id=hidden type=radio name=ruby-controls value=HIDDEN>
|
||||
<label for=hidden>Hidden</label>
|
||||
<label for=hidden>English Only</label>
|
||||
</fieldset>
|
||||
</aside>
|
||||
{{- end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue