From e875eff0ca70cb6de5aad863fb184bf6555fcc7f Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 1 May 2022 04:04:12 +0200 Subject: [PATCH] Fix build errors --- form/form_collections.rst | 2 +- form/form_customization.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/form/form_collections.rst b/form/form_collections.rst index 8b34dc700aa..ca7dd6228f7 100644 --- a/form/form_collections.rst +++ b/form/form_collections.rst @@ -657,7 +657,7 @@ the relationship between the removed ``Tag`` and ``Task`` object. The Symfony community has created some JavaScript packages that provide the functionality needed to add, edit and delete elements of the collection. Check out the `@a2lix/symfony-collection`_ package for modern browsers and - the `symfony-collection`_ package based on `jQuery`_ for the rest of browsers. + the `symfony-collection`_ package based on jQuery for the rest of browsers. .. _`Owning Side and Inverse Side`: https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/unitofwork-associations.html .. _`JSFiddle`: https://jsfiddle.net/ey8ozh6n/ diff --git a/form/form_customization.rst b/form/form_customization.rst index 7c1fc159404..738ac6a947e 100644 --- a/form/form_customization.rst +++ b/form/form_customization.rst @@ -270,7 +270,7 @@ Renders any errors for the given field. In the Bootstrap 4 form theme, ``form_errors()`` is already included in ``form_label()``. Read more about this in the - :ref:`Bootstrap 4 theme documentation `. + :ref:`Bootstrap 4 theme documentation `. .. _reference-forms-twig-widget: