From 1012d11b917834fc21ef0e5b275215f23a285f28 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 17 Apr 2014 13:24:00 +0800 Subject: [PATCH] Roo/bootstrap/Button.js --- Roo/bootstrap/Button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/Button.js b/Roo/bootstrap/Button.js index 244e2cfc9b..3a4050ecdc 100644 --- a/Roo/bootstrap/Button.js +++ b/Roo/bootstrap/Button.js @@ -227,7 +227,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { if (this.menu) { cfg.cls += ' dropdown'; - cfg.html = this.html + ' '; + cfg.html = ' '; } if (cfg.tag !== 'a' && this.href !== '') { -- 2.39.2