aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/templates/comment_list
diff options
context:
space:
mode:
Diffstat (limited to 'bn_django/templates/comment_list')
-rw-r--r--bn_django/templates/comment_list4
1 files changed, 2 insertions, 2 deletions
diff --git a/bn_django/templates/comment_list b/bn_django/templates/comment_list
index 077f981..84e5d56 100644
--- a/bn_django/templates/comment_list
+++ b/bn_django/templates/comment_list
@@ -13,7 +13,7 @@
<br />
{% endif %}
<span class="comment_content">{{ c.comment|escape|wordwrap:80 }}</span>
-</td</tr>
+</td></tr>
{% endfor %}
{% for c in free_comments %}
<tr><td class="comment_info">
@@ -28,7 +28,7 @@
<br />
{% endif %}
<span class="comment_content">{{ c.comment|escape|wordwrap:80 }}</span>
-</td</tr>
+</td></tr>
{% endfor %}
</table>
{% else %}