mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-31 04:27:00 +00:00
fixed typos in the doc (closes #726)
This commit is contained in:
+1
-2
@@ -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
|
||||
-----------
|
||||
|
||||
Reference in New Issue
Block a user