@@ -495,7 +495,7 @@ these cases you can set the ``validation_groups`` option to ``false``::
495495Note that when you do that, the form will still run basic integrity checks,
496496for example whether an uploaded file was too large or whether non-existing
497497fields were submitted. If you want to suppress validation, you can use the
498- :ref: `POST_SUBMIT event <cookbook-dynamic-form-modification-suppressing-form-validation >`
498+ :ref: `POST_SUBMIT event <cookbook-dynamic-form-modification-suppressing-form-validation >`.
499499
500500..index ::
501501 single: Forms; Validation groups based on submitted data
@@ -1811,7 +1811,7 @@ an array.
18111811
18121812 $this->get('request')->request->get('name');
18131813
1814- Be advised, however, that in most cases using the getData() method is
1814+ Be advised, however, that in most cases using the`` getData()`` method is
18151815 a better choice, since it returns the data (usually an object) after
18161816 it's been transformed by the form framework.
18171817
@@ -1858,7 +1858,7 @@ but here's a short example:
18581858
18591859.. tip::
18601860
1861- If you are usingValidation Groups , you need to either reference the
1861+ If you are usingvalidation groups , you need to either reference the
18621862 ``Default`` group when creating the form, or set the correct group on
18631863 the constraint you are adding.
18641864
@@ -1896,7 +1896,7 @@ Learn more from the Cookbook
18961896
18971897.. _`Symfony2 Form component`: https://github.com/symfony/Form
18981898.. _`DateTime`: http://php.net/manual/en/class.datetime.php
1899- .. _`Twig Bridge`: https://github.com/symfony/symfony/tree/2.2 /src/Symfony/Bridge/Twig
1900- .. _`form_div_layout.html.twig`: https://github.com/symfony/symfony/blob/2.2 /src/Symfony/Bridge/Twig/Resources/views/Form/form_div_layout.html.twig
1899+ .. _`Twig Bridge`: https://github.com/symfony/symfony/tree/2.3 /src/Symfony/Bridge/Twig
1900+ .. _`form_div_layout.html.twig`: https://github.com/symfony/symfony/blob/2.3 /src/Symfony/Bridge/Twig/Resources/views/Form/form_div_layout.html.twig
19011901.. _`Cross-site request forgery`: http://en.wikipedia.org/wiki/Cross-site_request_forgery
1902- .. _`view on GitHub`: https://github.com/symfony/symfony/tree/2.2 /src/Symfony/Bundle/FrameworkBundle/Resources/views/Form
1902+ .. _`view on GitHub`: https://github.com/symfony/symfony/tree/2.3 /src/Symfony/Bundle/FrameworkBundle/Resources/views/Form