From 804e02faac1e7b0990adacbafa29023c497b3a73 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Mon, 14 Jan 2013 16:53:23 +0100 Subject: [PATCH] Remove another instance of an extra tr tag --- django/archives/mailarchives/templates/message.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/archives/mailarchives/templates/message.html b/django/archives/mailarchives/templates/message.html index d2fb76d..58baacf 100644 --- a/django/archives/mailarchives/templates/message.html +++ b/django/archives/mailarchives/templates/message.html @@ -29,7 +29,7 @@ $(function(){ To: {{msg.to|hidemail}} -{%if msg.cc%} +{%if msg.cc%} Cc: {{msg.cc|hidemail}} -- 2.39.5