fix: editor does not allow html rendering (#7061)
Port of https://github.com/frappe/frappe/pull/7062
This commit is contained in:
parent
77a03b3caf
commit
c2ff91b6e9
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue