Roo/bootstrap/Button.js
authorEdward <edward@roojs.com>
Fri, 15 Aug 2014 07:11:01 +0000 (15:11 +0800)
committerEdward <edward@roojs.com>
Fri, 15 Aug 2014 07:11:01 +0000 (15:11 +0800)
Roo/bootstrap/Button.js

index c20df0d..728fafe 100644 (file)
@@ -95,7 +95,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 = '<div class="roo-button-text">' + (this.html || cfg.html) + '</div>';
         
         if (this.toggle == true) {
             cfg={