Skip to content

Commit 7ac5483

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Fix build errors
2 parents d13d864 + c5ef631 commit 7ac5483

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

form/form_collections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ the relationship between the removed ``Tag`` and ``Task`` object.
657657
The Symfony community has created some JavaScript packages that provide the
658658
functionality needed to add, edit and delete elements of the collection.
659659
Check out the `@a2lix/symfony-collection`_ package for modern browsers and
660-
the `symfony-collection`_ package based on `jQuery`_ for the rest of browsers.
660+
the `symfony-collection`_ package based on jQuery for the rest of browsers.
661661

662662
.. _`Owning Side and Inverse Side`: https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/unitofwork-associations.html
663663
.. _`JSFiddle`: https://jsfiddle.net/ey8ozh6n/

form/form_customization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ Renders any errors for the given field.
270270

271271
In the Bootstrap 4 form theme, ``form_errors()`` is already included in
272272
``form_label()``. Read more about this in the
273-
:ref:`Bootstrap 4 theme documentation <reference-forms-bootstrap5-error-messages>`.
273+
:ref:`Bootstrap 4 theme documentation <reference-forms-bootstrap4-error-messages>`.
274274

275275
.. _reference-forms-twig-widget:
276276

0 commit comments

Comments
 (0)