[FIX] tools mail : html_email_clean

bzr revid: chm@openerp.com-20121120154217-4ewxir45q1wtjoax
This commit is contained in:
Christophe Matthieu 2012-11-20 16:42:17 +01:00
parent 50f09660fb
commit 5bbce53e35
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ def html_email_clean(html):
return dest
if not html:
return False
return html
html = ustr(html)