From a8de11f4700199ef75a2e2953938341d864bd128 Mon Sep 17 00:00:00 2001 From: Cathy Theys Date: Sat, 14 Dec 2013 14:42:46 +0100 Subject: [PATCH] Update recipe_custom_action.rst fixed xml closing bracket --- Resources/doc/reference/recipe_custom_action.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/doc/reference/recipe_custom_action.rst b/Resources/doc/reference/recipe_custom_action.rst index 942ccf1403..b480168b7d 100644 --- a/Resources/doc/reference/recipe_custom_action.rst +++ b/Resources/doc/reference/recipe_custom_action.rst @@ -53,7 +53,7 @@ Either by using XML: Acme\DemoBundle\Entity\Car - AcmeDemoBundle:CRUDAcmeDemoBundle:CRUD ... @@ -211,4 +211,4 @@ The full example ``CarAdmin.php`` looks like this: { $collection->add('clone', $this->getRouterIdParameter().'/clone'); } - } \ No newline at end of file + }