strip content (closes #639)
This commit is contained in:
parent
19e4061e50
commit
16c0c5174f
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ class MailParser(object):
|
|||
content += self.smileys[int(m.group(1))]
|
||||
except KeyError:
|
||||
error('Mail: unable to find this smiley: %s' % c.getAttribute('src'))
|
||||
self.content = content
|
||||
self.content = content.strip()
|
||||
break
|
||||
|
||||
self.parse_profile_link()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue