Skip to content
Snippets Groups Projects

Issue #3326565: Theme declares Drupal 10 compatibility, but it is not

Files
2
@@ -10,7 +10,7 @@
* @see template_preprocess_select()
*/
#}
{% spaceless %}
{% apply spaceless %}
<select{{ attributes.addClass('custom-select') }}>
{% for option in options %}
{% if option.type == 'optgroup' %}
@@ -24,4 +24,4 @@
{% endif %}
{% endfor %}
</select>
{% endspaceless %}
{% endapply %}
Loading