X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-bootstrap-debug.js;h=abbfdf5a7a8816ee05911b4bc8e45143c504586d;hp=217119f2a3e13d0bc3f04969f5dc1e1caddd2f5c;hb=ba2c4ec9e232986544417432b0530f8607779c19;hpb=04ef9d4a7ff68604ce979b431a9a1b89b514ec51 diff --git a/roojs-bootstrap-debug.js b/roojs-bootstrap-debug.js index 217119f2a3..abbfdf5a7a 100644 --- a/roojs-bootstrap-debug.js +++ b/roojs-bootstrap-debug.js @@ -27281,7 +27281,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',