fix dot in class name

This commit is contained in:
Julien Fastré 2016-03-10 21:47:58 +01:00
parent 91ed954be8
commit 8d50a94351

View File

@ -177,7 +177,7 @@ This view should receive those arguments:
{{ 'Edit'|trans }}
</a>
{%- else -%}
<span class=".chill-no-data-statement">{{ 'No address given'|trans }}</span>
<span class="chill-no-data-statement">{{ 'No address given'|trans }}</span>
{%- endif -%}
</dd>
</dl>