Commit 4a45322a authored by Fabien Potencier's avatar Fabien Potencier

fixed doc markup (closes #392)

parent da545653
...@@ -47,7 +47,7 @@ Registering ...@@ -47,7 +47,7 @@ Registering
} }
If you are going to use the validation extension with forms, you must also If you are going to use the validation extension with forms, you must also
register the ``symfony/config`` and ```symfony/translation`` components:: register the ``symfony/config`` and ```symfony/translation`` components:
.. code-block:: json .. code-block:: json
...@@ -57,7 +57,7 @@ register the ``symfony/config`` and ```symfony/translation`` components:: ...@@ -57,7 +57,7 @@ register the ``symfony/config`` and ```symfony/translation`` components::
} }
The Symfony Form Component relies on the PHP intl extension. If you don't have The Symfony Form Component relies on the PHP intl extension. If you don't have
it, you can install the Symfony Locale Component as a replacement:: it, you can install the Symfony Locale Component as a replacement:
.. code-block:: json .. code-block:: json
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment