Skip to content

Commit

Permalink
bug #4978 fix wrong header-line syntax (sstok)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wouterj committed Feb 14, 2015
2 parents f97d01f + 2f7758d commit b0d9c5c
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 b0d9c5c

Please sign in to comment.