[README] Fixing endspaceless (fixes #35)

This commit is contained in:
Gregwar 2012-10-27 16:15:05 +02:00
parent 51edd50acc
commit 78e1cee035
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ The default rendering is:
{% spaceless %}
<img src="{{ captcha_code }}" title="captcha" width="{{ captcha_width }}" height="{{ captcha_height }}" />
{{ form_widget(form) }}
{% spaceless %}
{% endspaceless %}
{% endblock %}
```