comparison gpp/templates/comments/comment_list.html @ 154:82deb8cc59e9

Fix #26; IE8 has problems displaying lists of divs.
author Brian Neal <bgneal@gmail.com>
date Sat, 19 Dec 2009 20:12:29 +0000
parents dbd703f7d63a
children 7d3e5aca095f
comparison
equal deleted inserted replaced
153:13d052fbe4f1 154:82deb8cc59e9
1 <ol id="comment-list">
2 {% for comment in comments %} 1 {% for comment in comments %}
3 {% include 'comments/comment.html' %} 2 {% include 'comments/comment.html' %}
4 {% endfor %} 3 {% endfor %}
5 </ol>