Skip to content

Commit b0d9c5c

Browse files
committed
bug #4978 fix wrong header-line syntax (sstok)
This PR was merged into the 2.3 branch. Discussion ---------- fix wrong header-line syntax | Q | A | ------------- | --- | Doc fix? | no | New docs? | no | Applies to | all | Fixed tickets | Two of the header lines in cookbook/form/create_form_type_extension.rst are to long. Commits ------- 2f7758d fix wrong header-line syntax
2 parents f97d01f + 2f7758d commit b0d9c5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/form/create_form_type_extension.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ For more information on what those methods do, you can refer to the
9292
cookbook article.
9393

9494
Registering your Form Type Extension as a Service
95-
--------------------------------------------------
95+
-------------------------------------------------
9696

9797
The next step is to make Symfony aware of your extension. All you
9898
need to do is to declare it as a service by using the ``form.type_extension``
@@ -290,7 +290,7 @@ Specifically, you need to override the ``file_widget`` block:
290290
information.
291291

292292
Using the Form Type Extension
293-
------------------------------
293+
-----------------------------
294294

295295
From now on, when adding a field of type ``file`` in your form, you can
296296
specify an ``image_path`` option that will be used to display an image

0 commit comments

Comments
 (0)