浏览代码

Update recipe_custom_action.rst

fixed xml closing bracket
Cathy Theys 11 年之前
父节点
当前提交
a8de11f470
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Resources/doc/reference/recipe_custom_action.rst

+ 2 - 2
Resources/doc/reference/recipe_custom_action.rst

@@ -53,7 +53,7 @@ Either by using XML:
 
             <argument />
             <argument>Acme\DemoBundle\Entity\Car</argument>
-            <argument>AcmeDemoBundle:CRUD</argument
+            <argument>AcmeDemoBundle:CRUD</argument>
 
             ...
 
@@ -211,4 +211,4 @@ The full example ``CarAdmin.php`` looks like this:
         {
             $collection->add('clone', $this->getRouterIdParameter().'/clone');
         }
-    }
+    }