Skip to content

Commit 2f7758d

Browse files
committed
fix wrong header-line syntax
1 parent a3e2469 commit 2f7758d

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)