From d053b12f4ff68e4f82536ae2d71d83a0fdb83849 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 21 Nov 2019 14:45:04 +0800 Subject: [PATCH] add v: which has been used to embed images in content. --- Roo/HtmlEditorCore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/HtmlEditorCore.js b/Roo/HtmlEditorCore.js index c99e4609aa..0ba8b64a21 100644 --- a/Roo/HtmlEditorCore.js +++ b/Roo/HtmlEditorCore.js @@ -1229,7 +1229,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component, { } // remove - but keep children.. - if (node.tagName.toLowerCase().match(/^(meta|link|\\?xml:|st1:|o:|font)/)) { + if (node.tagName.toLowerCase().match(/^(meta|link|\\?xml:|st1:|o:|v:|font)/)) { while (node.childNodes.length) { var cn = node.childNodes[0]; node.removeChild(cn); -- 2.39.2