X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-debug.js;h=2828310681e254b09b098fa40c5539b154ecef0a;hp=a90bce8c95991c6b535b6b8e9e9524da222157b9;hb=e6d9cd3b3b2ea94cbc5346c1b89138553350de3c;hpb=051235a7d5b5adfab1e0279bc2d0d9d5e2d197ab diff --git a/roojs-debug.js b/roojs-debug.js index a90bce8c95..2828310681 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -48142,7 +48142,7 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, { { tag: 'figcaption', - + 'data-display' : this.caption_display, style : { 'text-align': 'left', 'margin-top' : '16px', @@ -48182,7 +48182,7 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, { if (this.caption.trim().match(/^]*>/i)) { this.caption = this.caption.trim().replace(/^]*>/i, '').replace(/^<\/i>$/i, ''); } - this.caption_display = this.getVal(node, 'figcaption', 'style', 'display'); + this.caption_display = this.getVal(node, 'figcaption', 'data-display'); //this.text_align = this.getVal(node, 'figcaption', 'style','text-align'); this.width = this.getVal(node, 'figure', 'style', 'max-width'); //this.margin = this.getVal(node, 'figure', 'style', 'margin');