We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0197285 commit 8e0cc3cCopy full SHA for 8e0cc3c
templates/components/text.html.twig
@@ -1,3 +1,3 @@
1
-<div class="component component--text"{{ id is defined and id ? ' id=' ~ id :'' }}>
+<div class="component component--text"{% if id is defined and id %} id="{{ id }}"{% endif %}>
2
{% block text %}{% endblock %}
3
</div>
0 commit comments