From 288b25bcceaac114b73b23558f10acfd63251d35 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 21 Dec 2015 15:59:26 +0800 Subject: [PATCH] Roo/HtmlEditorCore.js --- Roo/HtmlEditorCore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/HtmlEditorCore.js b/Roo/HtmlEditorCore.js index bcc5be3cfa..b2282d5d8b 100644 --- a/Roo/HtmlEditorCore.js +++ b/Roo/HtmlEditorCore.js @@ -1290,7 +1290,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component, { return; } var kv = s.split(":"); - if (kv[0].match(/^width|min-width/)) { + if (kv[0].match(/^\s*width|min-width\s*$/)) { return; } // what ever is left... we allow. -- 2.39.2