Roo/bootstrap/Button.js
[roojs1] / 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 !== '') {