diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2014-01-25 20:28:30 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2014-01-25 20:28:30 +0100 |
commit | 7f0d3d8e4cac13851bb72dc69a52e51d2caf4c2f (patch) | |
tree | 8dbf15e013c7c17547d119ec88de43c67feb8417 | |
parent | 9c7b416482617e3ce7eb145248f5a1f16772da29 (diff) | |
download | View-7f0d3d8e4cac13851bb72dc69a52e51d2caf4c2f.zip View-7f0d3d8e4cac13851bb72dc69a52e51d2caf4c2f.tar.gz View-7f0d3d8e4cac13851bb72dc69a52e51d2caf4c2f.tar.bz2 |
Fix a typo.
-rw-r--r-- | Documentation/Fr/Index.xyl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Fr/Index.xyl b/Documentation/Fr/Index.xyl index e274c72..1d1fa17 100644 --- a/Documentation/Fr/Index.xyl +++ b/Documentation/Fr/Index.xyl @@ -201,7 +201,7 @@ $superview->render();</code></pre> <p>Et dans <code>Sub.phtml</code>, nous pouvons utiliser nos données comme bon nous semble. En bonus, nous allons utiliser le routeur pour créer un lien (pour rappel, notre routeur définissait la règle <code>a</code> vers - <code>/foo.html</code>). Ainsi :</p> + <code>/Foo.html</code>). Ainsi :</p> <pre><code class="language-markup">&lt;p>Sub-view! This is a link: &lt;a href="&lt;?php echo $router->unroute('a'); ?>">click click&lt;/a>!&lt;/p> |