X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-debug.js;h=014ca15a772a608732cac7e4918f03850783c7f6;hp=aa4a181345b8477e166965ee0e900f657725fdf2;hb=822be9c30d019c1af33a81edc8ea4d122dbb2e6c;hpb=a10bb9e00b52284dbebfa6db54c1f44500c210bd diff --git a/roojs-debug.js b/roojs-debug.js index aa4a181345..014ca15a77 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -48246,7 +48246,10 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, { this.align = this.getVal(node, 'figure', 'align'); var figcaption = this.getVal(node, 'figcaption', false); - this.caption = this.getVal(figcaption, 'i', 'html'); + if (figcaption !== '') { + this.caption = this.getVal(figcaption, 'i', 'html'); + } + this.caption_display = this.getVal(node, 'figcaption', 'data-display'); //this.text_align = this.getVal(node, 'figcaption', 'style','text-align'); @@ -50137,6 +50140,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component, { new Roo.htmleditor.FilterParagraph({ node : d }); new Roo.htmleditor.FilterSpan({ node : d }); new Roo.htmleditor.FilterLongBr({ node : d }); + new Roo.htmleditor.FilterComment({ node : d }); } if (this.enableBlocks) {