From b0fd4e13dbd0fa6189b80000097af72dbd3ddb1f Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Mon, 4 Oct 2010 12:25:53 -0400 Subject: [PATCH] s/.../…/ --- www/conservancy/templates/blog/entry_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/conservancy/templates/blog/entry_detail.html b/www/conservancy/templates/blog/entry_detail.html index 468ca041..5b362ef6 100644 --- a/www/conservancy/templates/blog/entry_detail.html +++ b/www/conservancy/templates/blog/entry_detail.html @@ -11,6 +11,6 @@ {% if object.tags.all %}

Tags: {% for tag in object.tags.all %}{{ tag.label }}{% if not forloop.last %}, {% endif %}{% endfor %}

{% endif %} -

Other Conservancy Blog entries...

+

Other Conservancy Blog entries…

{% endblock %}