From c2ff91b6e95a8fddb68941e9f5be2b184603e4f2 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Wed, 13 Mar 2019 13:59:53 +0530 Subject: [PATCH] fix: editor does not allow html rendering (#7061) Port of https://github.com/frappe/frappe/pull/7062 --- frappe/public/js/frappe/form/footer/timeline.js | 1 - 1 file changed, 1 deletion(-) diff --git a/frappe/public/js/frappe/form/footer/timeline.js b/frappe/public/js/frappe/form/footer/timeline.js index 4508760631..b2926b31d8 100644 --- a/frappe/public/js/frappe/form/footer/timeline.js +++ b/frappe/public/js/frappe/form/footer/timeline.js @@ -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(/</g,"<").replace(/>/g,">"); } // bold @mentions