fixed typo (closes #48)

git-svn-id: http://svn.twig-project.org/trunk@161 93ef8e89-cb99-4229-a87c-7fa0fa45744b
This commit is contained in:
fabien
2009-12-13 10:48:41 +00:00
parent 6c877d0612
commit 2e22982551
+1 -1
View File
@@ -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