mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 11:27:00 +00:00
fixed typo (closes #48)
git-svn-id: http://svn.twig-project.org/trunk@161 93ef8e89-cb99-4229-a87c-7fa0fa45744b
This commit is contained in:
@@ -418,7 +418,7 @@ replacement block by using `else`:
|
||||
<li>{{ user.username|e }}</li>
|
||||
{% else %}
|
||||
<li><em>no user found</em></li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
By default, a loop iterates over the values of the sequence. You can iterate
|
||||
|
||||
Reference in New Issue
Block a user