[view] Adding empty "alt" to ass HTML5 validator (fixes #37)
This commit is contained in:
parent
78e1cee035
commit
a8b45f737d
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue