X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-ui-debug.js;h=d9e4f2e85668e2f3619f8bd8ae2e2d809b84c7ec;hp=b317fe95026ce079ee541c1e210ce661378c2df1;hb=04ef9d4a7ff68604ce979b431a9a1b89b514ec51;hpb=ec29560d98355e90e9506c0d332b2959434cea28 diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index b317fe9502..d9e4f2e856 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -23649,7 +23649,7 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, { }; } // we remove caption totally if its hidden... - will delete data.. but otherwise we end up with fake caption - var captionhtml = this.caption_display == 'hidden' ? '' : (this.caption.length ? this.caption : "Caption"); + var captionhtml = this.caption_display == 'none' ? '' : (this.caption.length ? this.caption : "Caption"); return { tag: 'figure',