Fix invalid HTML

This commit is contained in:
Robbie Trencheny 2019-03-09 19:13:24 -08:00
parent 1c5f0655b3
commit 56c86903e8
No known key found for this signature in database
GPG Key ID: 1E236BB235BF0021

View File

@ -48,8 +48,9 @@ Support for these components is provided by the Home Assistant community.
{%- for group in components_by_version -%}
<optgroup label="{{ group.label }} ({{group.new_components_count}})">
{%- for version in group.versions -%}
<option value="#version/{{ version.label }}">{{ version.label }} ({{ version.new_components_count }})
<option value="#version/{{ version.label }}">{{ version.label }} ({{ version.new_components_count }})</option>
{%- endfor -%}
</optgroup>
{%- endfor -%}
</select>
{%- for category in categories -%}