diff 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
line wrap: on
line diff
--- a/gpp/templates/comments/comment_list.html	Sat Dec 19 19:34:16 2009 +0000
+++ b/gpp/templates/comments/comment_list.html	Sat Dec 19 20:12:29 2009 +0000
@@ -1,5 +1,3 @@
-<ol id="comment-list">
 {% for comment in comments %}
 {% include 'comments/comment.html' %}
 {% endfor %}
-</ol>