Roo/bootstrap/Button.js
authorEdward <edward@roojs.com>
Thu, 17 Apr 2014 05:24:00 +0000 (13:24 +0800)
committerEdward <edward@roojs.com>
Thu, 17 Apr 2014 05:24:00 +0000 (13:24 +0800)
Roo/bootstrap/Button.js

index 244e2cf..3a4050e 100644 (file)
@@ -227,7 +227,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component,  {
         
         if (this.menu) {
             cfg.cls += ' dropdown';
-            cfg.html = this.html  + ' <span class="caret"></span>';
+            cfg.html = ' <span class="caret"></span>';
         }
         
         if (cfg.tag !== 'a' && this.href !== '') {