Skip to content

Commit

Permalink
fix wrong header-line syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sstok committed Feb 9, 2015
1 parent a3e2469 commit 2f7758d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook/form/create_form_type_extension.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ For more information on what those methods do, you can refer to the
cookbook article.

Registering your Form Type Extension as a Service
--------------------------------------------------
-------------------------------------------------

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

Using the Form Type Extension
------------------------------
-----------------------------

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

0 comments on commit 2f7758d

Please sign in to comment.