roojs-ui.js
[roojs1] / roojs-bootstrap-debug.js
index 3f813f3..04f357b 100644 (file)
@@ -27246,7 +27246,7 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, {
                         'font-style': 'italic',
                         display : this.caption_display
                     },
-                    cls : this.cls + '-thumbnail',
+                    cls : this.cls.length > 0 ? (this.cls  + '-thumbnail' ) : '',
                     html : this.caption
                     
                 }