Skip to content

Commit

Permalink
name for radio
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorland committed Dec 8, 2024
1 parent 4754d01 commit fe1424a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/code_tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

{% for code_name in codes %}
{% if include[code_name] %}
<input type="radio" id="tab{{ include.id }}{{ forloop.index }}" name="tab" {% if forloop.first %}checked{% endif %}>
<label for="tab{{ include.id }}{{ forloop.index }}">{{ code_name }}</label>
<input type="radio" id="tab_{{ include.id }}_{{ forloop.index }}" name="tab_{{ include.id }}" {% if forloop.first %}checked{% endif %}>
<label for="tab_{{ include.id }}_{{ forloop.index }}">{{ code_name }}</label>
{% endif %}
{% endfor %}

Expand Down

0 comments on commit fe1424a

Please sign in to comment.