From 3522d39052cb537bffd978904975e57dc6342467 Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 14 Jun 2010 14:06:55 +0000 Subject: [PATCH] fixes OSQA-336. Shouldn't have the ugly blue border around the logo in some email clients. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@415 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- forum/skins/default/templates/notifications/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forum/skins/default/templates/notifications/base.html b/forum/skins/default/templates/notifications/base.html index d5d88dd..90a0684 100644 --- a/forum/skins/default/templates/notifications/base.html +++ b/forum/skins/default/templates/notifications/base.html @@ -14,7 +14,7 @@
-{{settings.APP_TITLE}} +{{settings.APP_TITLE}}
{% if not exclude_greeting %}

{% trans "Hello" %} {{ recipient.username }},

-- 2.39.5