diff --git a/core/modules/system/templates/select.html.twig b/core/modules/system/templates/select.html.twig index 5c19058..fb7226e 100644 --- a/core/modules/system/templates/select.html.twig +++ b/core/modules/system/templates/select.html.twig @@ -16,13 +16,13 @@ {% for option in options %} {% if option.type == 'optgroup' %} - + {% for sub_option in option.options %} - + {% endfor %} {% elseif option.type == 'option' %} - + {% endif %} {% endfor %}