File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ close tag, it's passed to your component template as the block called
348
348
349
349
.. code-block :: html+twig
350
350
351
- <div {{ attributes.defaults({class: 'alert alert-' ~ type}) }}" >
351
+ <div {{ attributes.defaults({class: 'alert alert-' ~ type}) }}>
352
352
{% block content %}{% endblock %}
353
353
</div>
354
354
@@ -1771,4 +1771,4 @@ https://symfony.com/doc/current/contributing/code/bc.html
1771
1771
.. _`html_cva` : https://twig.symfony.com/doc/3.x/functions/html_cva.html
1772
1772
.. _`shadcn/ui` : https://ui.shadcn.com
1773
1773
.. _`tales-from-a-dev/twig-tailwind-extra` : https://github.com/tales-from-a-dev/twig-tailwind-extra
1774
- .. _`ignore not defined options` : https://symfony.com/doc/current/components/options_resolver.html#ignore-not-defined-options
1774
+ .. _`ignore not defined options` : https://symfony.com/doc/current/components/options_resolver.html#ignore-not-defined-options
You can’t perform that action at this time.
0 commit comments