From 02500346eea7c14df39562c71d9571a7115ba922 Mon Sep 17 00:00:00 2001 From: Edward Date: Fri, 25 Apr 2014 12:44: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 da339953b9..98d90c9df1 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 = typeof(cfg.html) != 'undefined' ? cfg.html + ' 11' : ''; + cfg.html = typeof(cfg.html) != 'undefined' ? cfg.html + ' ' : ''; } if (cfg.tag !== 'a' && this.href !== '') { -- 2.39.2