From 2b6cd768ba851f8657dd8b7f5c09f5e0251762ed Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 17 Apr 2014 12:24:56 +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 2583888421..35327b05f4 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 = cfg.html + ' '; } if (cfg.tag !== 'a' && this.href !== '') { -- 2.39.2