From 42aafe15b2fde378511e5f3575cce35521feaa56 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 13 Aug 2007 19:54:07 -0700 Subject: changes for xhtml compliance --- bn_django/templates/comment_list | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bn_django/templates/comment_list') 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 @@
{% endif %} {{ c.comment|escape|wordwrap:80 }} - + {% endfor %} {% for c in free_comments %} @@ -28,7 +28,7 @@
{% endif %} {{ c.comment|escape|wordwrap:80 }} - + {% endfor %} {% else %} -- cgit v1.2.3