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
348348
349349.. code-block :: html+twig
350350
351- <div {{ attributes.defaults({class: 'alert alert-' ~ type}) }}" >
351+ <div {{ attributes.defaults({class: 'alert alert-' ~ type}) }}>
352352 {% block content %}{% endblock %}
353353 </div>
354354
@@ -1771,4 +1771,4 @@ https://symfony.com/doc/current/contributing/code/bc.html
17711771.. _`html_cva` : https://twig.symfony.com/doc/3.x/functions/html_cva.html
17721772.. _`shadcn/ui` : https://ui.shadcn.com
17731773.. _`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