From 5bbce53e3515401ede024f54d51ccd030b2221c5 Mon Sep 17 00:00:00 2001 From: Christophe Matthieu Date: Tue, 20 Nov 2012 16:42:17 +0100 Subject: [PATCH] [FIX] tools mail : html_email_clean bzr revid: chm@openerp.com-20121120154217-4ewxir45q1wtjoax --- openerp/tools/mail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openerp/tools/mail.py b/openerp/tools/mail.py index 9faae0815c5..0711aa982aa 100644 --- a/openerp/tools/mail.py +++ b/openerp/tools/mail.py @@ -131,7 +131,7 @@ def html_email_clean(html): return dest if not html: - return False + return html html = ustr(html)