X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-debug.js;h=da256eea104720922e38c8d0efaea253c580a240;hp=3b02a0804e54a1761a252c3ee757ce3aeb6cb157;hb=a814d4751f575aed278712cb6a6f4b7080c7db5f;hpb=37568d49112a34f360f2aedb92cc56b2eaa5280c diff --git a/roojs-debug.js b/roojs-debug.js index 3b02a0804e..da256eea10 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -50083,7 +50083,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'], + attrib_white : ['href', 'src', 'name', 'align', 'colspan', 'rowspan'], attrib_clean : ['href', 'src' ] }); new Roo.htmleditor.FilterBlack({ node : d, tag : this.black});