Skip to content

Commit

Permalink
Update recipe_custom_action.rst
Browse files Browse the repository at this point in the history
fixed xml closing bracket
  • Loading branch information
YesCT committed Dec 14, 2013
1 parent 3fb80e1 commit a8de11f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/doc/reference/recipe_custom_action.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Either by using XML:
<argument />
<argument>Acme\DemoBundle\Entity\Car</argument>
<argument>AcmeDemoBundle:CRUD</argument
<argument>AcmeDemoBundle:CRUD</argument>
...
Expand Down Expand Up @@ -211,4 +211,4 @@ The full example ``CarAdmin.php`` looks like this:
{
$collection->add('clone', $this->getRouterIdParameter().'/clone');
}
}
}

0 comments on commit a8de11f

Please sign in to comment.