fixed typos in the doc (closes #726)

This commit is contained in:
Fabien Potencier
2012-05-16 16:24:38 +02:00
parent 621c7b5757
commit 93c4406f87
+1 -2
View File
@@ -446,9 +446,8 @@ namespace via the :doc:`from<tags/from>` tag:
<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>
Expressions
-----------