Roo/htmleditor/BlockFigure.js
[roojs1] / roojs-bootstrap-debug.js
index c7b99c4..acd4889 100644 (file)
@@ -29510,7 +29510,7 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, {
         
 
         this.caption_display = this.getVal(node, 'figcaption', 'data-display');
-        var dc = this.getVal(node, 'figcaption', 'data-caption');
+        var dc = this.getVal(node, true, 'data-caption');
         if (dc && dc.length) {
             this.caption = dc;
         }