mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Fix invalid HTML
This commit is contained in:
parent
1c5f0655b3
commit
56c86903e8
@ -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 -%}
|
||||
|
Loading…
x
Reference in New Issue
Block a user