diff --git a/frappe/utils/xlsxutils.py b/frappe/utils/xlsxutils.py index ac1f743b55..82d631af4c 100644 --- a/frappe/utils/xlsxutils.py +++ b/frappe/utils/xlsxutils.py @@ -66,7 +66,7 @@ def handle_html(data): value = obj.handle(h) except Exception: # unable to parse html, send it raw - return value + return data value = ", ".join(value.split(' \n')) value = " ".join(value.split('\n'))