commit efc3fdda61544360466a6882f0fb4a86d1e4abdc Author: Isis Lovecruft isis@torproject.org Date: Thu Apr 2 05:07:12 2015 +0000
Add an extra newline after email footers to avoid looking too busy. --- lib/bridgedb/email/templates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/bridgedb/email/templates.py b/lib/bridgedb/email/templates.py index ae85e8f..a6ff38c 100644 --- a/lib/bridgedb/email/templates.py +++ b/lib/bridgedb/email/templates.py @@ -150,7 +150,7 @@ def addFooter(template, clientAddress=None): % (clientAddr, now.strftime('%A, %d %B, %Y'), now.strftime('%H:%M:%S')) - footer += u'\n' + footer += u'\n\n'
return footer