fix: editor does not allow html rendering (#7061)

Port of https://github.com/frappe/frappe/pull/7062
This commit is contained in:
Shivam Mishra 2019-03-13 13:59:53 +05:30 committed by Faris Ansari
parent 77a03b3caf
commit c2ff91b6e9

View file

@ -368,7 +368,6 @@ frappe.ui.form.Timeline = class Timeline {
} else {
c.content_html = c.content;
c.content_html = frappe.utils.strip_whitespace(c.content_html);
c.content_html = c.content_html.replace(/&lt;/g,"<").replace(/&gt;/g,">");
}
// bold @mentions