fixed a typo in the doc

This commit is contained in:
Fabien Potencier
2011-11-05 08:07:20 +01:00
parent a3fcbd62cb
commit ace74cc6a0
+1 -1
View File
@@ -45,7 +45,7 @@ namespace:
<dt>Username</dt>
<dd>{{ input_field('username') }}</dd>
<dt>Password</dt>
<dd>{{ input_field('password', type='password') }}</dd>
<dd>{{ input_field('password', '', 'password') }}</dd>
</dl>
<p>{{ textarea('comment') }}</p>