From e466bd2a8c42bf3e1bf6a1cd7dddb8a747ce06ba Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 25 May 2012 13:24:59 -0400 Subject: fixed a bug in the notification sending --- askbot/models/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/askbot/models/__init__.py b/askbot/models/__init__.py index 17f25a03..1b254ee4 100644 --- a/askbot/models/__init__.py +++ b/askbot/models/__init__.py @@ -2698,7 +2698,7 @@ def format_instant_notification_email( content = template.render(Context(update_data)) if can_reply: - content += '

' return subject_line, content -- cgit v1.2.3-1-g7c22