From c7b29da94d3b85ec91f0d5e2789db11a43473df5 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 1 Feb 2009 06:25:10 -0500 Subject: lots went on: * rss feeds * some admin interface stuff * blah running issues: * admin interface with model inheretence? * rss feeds: unicode cool? * proper year/month implementation (don't want day) * right side bar info * dating issue (datetime vs date) --- bn_django/templates/comment_list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bn_django/templates/comment_list') diff --git a/bn_django/templates/comment_list b/bn_django/templates/comment_list index 0629541..d00dc6a 100644 --- a/bn_django/templates/comment_list +++ b/bn_django/templates/comment_list @@ -16,7 +16,7 @@ {{ c.headline|escape|wordwrap:80 }}
{% endif %} - {{ c.comment|escape|wordwrap:80 }} + {{ c.comment|escape|linebreaks|wordwrap:80 }} {% endfor %} {% for c in free_comments %} -- cgit v1.2.3