Browse Source

[ZF-10265] French documentation: syntax error in a sample

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@22796 44c647ce-9c0f-0410-b52a-842ac1e357ba
mikaelkael 15 years ago
parent
commit
34af038ed4

+ 1 - 1
documentation/manual/fr/module_specs/Zend_Controller-Router-Route-Regex.xml

@@ -93,7 +93,7 @@ public function showAction()
 $route = new Zend_Controller_Router_Route_Regex(
     'archive(?:/(\d+))?',
     array(
-        1    '       => '2006',
+        1            => '2006',
         'controller' => 'archive',
         'action'     => 'show'
     )