Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cea3939

Browse filesBrowse files
MarkPedronjaviereguiluz
authored andcommitted
Fix bugs seen by _build/build.php diagnostics in 4.4
1 parent 83bdd35 commit cea3939
Copy full SHA for cea3939

File tree

Expand file treeCollapse file tree

3 files changed

+3
-15
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-15
lines changed

‎form/bootstrap4.rst

Copy file name to clipboardExpand all lines: form/bootstrap4.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ If you prefer to apply the Bootstrap styles on a form to form basis, include the
7777
{{ form(form) }}
7878
{% endblock %}
7979

80-
.. _reference-forms-bootstrap-error-messages:
80+
.. _reference-forms-bootstrap4-error-messages:
8181

8282
Error Messages
8383
--------------

‎index.rst

Copy file name to clipboardExpand all lines: index.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ Components
6969
.. toctree::
7070
:hidden:
7171

72-
components/index
72+
components/
7373

74-
Read the :doc:`Components </components/index>` documentation.
74+
Read the :doc:`Components </components/>` documentation.
7575

7676
Reference Documents
7777
-------------------

‎testing.rst

Copy file name to clipboardExpand all lines: testing.rst
-12Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -523,10 +523,6 @@ The full signature of the ``request()`` method is::
523523

524524
This allows you to create all types of requests you can think of:
525525

526-
.. contents::
527-
:local:
528-
:depth: 1
529-
530526
.. tip::
531527

532528
The test client is available as the ``test.client`` service in the
@@ -671,10 +667,6 @@ Interacting with the Response
671667
Like a real browser, the Client and Crawler objects can be used to interact
672668
with the page you're served:
673669

674-
.. contents::
675-
:local:
676-
:depth: 1
677-
678670
.. _testing-links:
679671

680672
Clicking on Links
@@ -815,10 +807,6 @@ check anything you want.
815807

816808
However, Symfony provides useful shortcut methods for the most common cases:
817809

818-
.. contents::
819-
:local:
820-
:depth: 1
821-
822810
.. versionadded:: 4.3
823811

824812
The shortcut methods for assertions using ``WebTestCase`` were introduced

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.