mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +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 -%}
|
{%- for group in components_by_version -%}
|
||||||
<optgroup label="{{ group.label }} ({{group.new_components_count}})">
|
<optgroup label="{{ group.label }} ({{group.new_components_count}})">
|
||||||
{%- for version in group.versions -%}
|
{%- 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 -%}
|
{%- endfor -%}
|
||||||
|
</optgroup>
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
</select>
|
</select>
|
||||||
{%- for category in categories -%}
|
{%- for category in categories -%}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user