X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-debug.js;fp=roojs-debug.js;h=23f98f96ad548ae4d7cccaa027831121915c17b8;hp=27804daa608e2284dd25bdb7b8e3520d1ca5ae67;hb=18efd485ca5fa79bf81d1f2f58e798308bad7050;hpb=cd0f9167a4510cc33b3d66e4b6a13bab5d13644c diff --git a/roojs-debug.js b/roojs-debug.js index 27804daa60..23f98f96ad 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -50128,7 +50128,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component, { new Roo.htmleditor.FilterStyleToTag({ node : d }); new Roo.htmleditor.FilterAttributes({ node : d, - attrib_white : ['href', 'src', 'name', 'align', 'colspan', 'rowspan'], + attrib_white : ['href', 'src', 'name', 'align', 'colspan', 'rowspan', 'data-display'], attrib_clean : ['href', 'src' ] }); new Roo.htmleditor.FilterBlack({ node : d, tag : this.black});