Skip to content

Commit c5ef631

Browse files
committed
bug #16766 Fix build errors (fabpot)
This PR was merged into the 5.4 branch. Discussion ---------- Fix build errors <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- e875eff Fix build errors
2 parents 7072136 + e875eff commit c5ef631

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)