change div closediv to a span, to avoid getting display: none

This commit is contained in:
Frédéric Péters 2011-12-02 12:56:43 +01:00
parent 4190ab2b0c
commit 5a2a6a1111
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
<img tal:attributes="src string:${deputy/id}/photo"/>
<h3 tal:content="deputy/Title"/>
<a tal:attributes="href string:${deputy/id}/">Voir sa fiche</a>
<div class="closediv"/>
<span class="closediv"/>
</div>
</tal:entry>
</div>