From d7335c1e439ec703dc03fd4c9c9505680f3273f3 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Thu, 10 May 2012 13:36:45 -0400 Subject: fixed another source of "blank tags" --- askbot/utils/mail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/askbot/utils/mail.py b/askbot/utils/mail.py index 37245b5a..aa4df320 100644 --- a/askbot/utils/mail.py +++ b/askbot/utils/mail.py @@ -281,7 +281,7 @@ def process_emailed_question(from_address, subject, parts, tags = None): user.post_question( title = title, - tags = tagnames, + tags = tagnames.strip(), body_text = body_text, by_email = True, email_address = from_address -- cgit v1.2.3-1-g7c22