Expand|Select|Wrap|Line Numbers
- <div class="thumbnails">
- <a tal:repeat="tn python:here.fetch_photos()" class="tnlink" tal:attributes="href tn/image;">
- <div class="tnimage" tal:attributes="style python:'background: url(%s) no-repeat center center' % tn.thumbnail();"></div>
- </a>
- </div>
<a><div></div></a>
<a><div></div></a>
<a><div></div></a>
<a><div></div></a>
<a><div></div></a>
But for some strange reason it often (like 7 out of 10 times) renders wrong and renders:
<a></a>
<div><a></a></div>
<a></a>
<a><div></div></a>
<a><div></div></a>
<a><div></div></a>
<a><div></div></a>
<a><div></div></a>
I really hope someone has an idea what could be responsible for this happening...