Roo/bootstrap/Button.js
[roojs1] / roojs-bootstrap-debug.js
index 8662a4c..5aa266f 100644 (file)
@@ -485,7 +485,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component,  {
         } else {
             cfg.tag = this.tag;
         }
-        cfg.html = '<span class="roo-button-text">' + (this.html || cfg.html) + '</span>';
+        cfg.html = this.html || cfg.html;
         
         if (this.toggle == true) {
             cfg={