[view] Adding empty "alt" to ass HTML5 validator (fixes #37)

This commit is contained in:
Gregwar 2012-12-02 13:12:12 +01:00
parent 78e1cee035
commit a8b45f737d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{% block captcha_widget %}
{% spaceless %}
<img src="{{ captcha_code }}" title="captcha" width="{{ captcha_width }}" height="{{ captcha_height }}" />
<img src="{{ captcha_code }}" alt="" title="captcha" width="{{ captcha_width }}" height="{{ captcha_height }}" />
{{ form_widget(form) }}
{% endspaceless %}
{% endblock %}